为了加深对Docker的了解而构建的镜像,很简单,就是一个Ubuntu里有一个 /hello 可执行文件。
# PULL
docker pull luotianyi/hello-ubuntu:latest
# RUN
docker run -it luotianyi/hello-ubuntu:latest
Hello world!
The `Hello world!` from docker.
Content type
Image
Digest
Size
27.2 MB
Last updated
about 5 years ago
docker pull luotianyi/hello-ubuntu