English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
Ubuntu is a Linux operating system based on Debian.
Visit the Ubuntu image library address: https://hub.docker.com/_/ubuntu?tab=tags&page=1.
You can view other versions of Ubuntu by Sort by. The default is the latest version ubuntu:latest .
You can also find other versions you want in the drop-down list:
$ docker pull ubuntu
Or:
$ docker pull ubuntu:latest
$ docker images
As can be seen in the figure above, we have already installed the latest version of ubuntu.
$ docker run -itd --name ubuntu-test ubuntu
We can view the container's running information through the docker ps command: