Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Docker Common Warehouse Ubuntu


May 22, 2021 Docker From entry to practice


Table of contents


Ubuntu

Basic information

Ubuntu is a popular Linux distribution, and its own software versions tend to be newer. The repository provides images of Ubuntu from 12.04 to 14.10 versions.

How to use it

By default, a minimized Ubuntu environment is started.

$ sudo docker run --name some-ubuntu -i -t ubuntu
root@523c70904d54:/#

Dockerfile