Published 5月 27, 2019 by with 0 comment

2 - 01 - Your First Docker Image



The hello-world is the smallest image in the Docker.
This lab will study to get it from the Docker Hub and verifry this image information.
And run it.

1. Download this hello-world image from Docker Hub.
$ docker pull hello-world


2. Verify this image. We can see the image ID and size(1.84kB)
$ docker images hello-world


3. Run this image.
$ docker run hello-world



最初發表 / 最後更新: 2019.05.27 / 2019.05.27

0 comments:

張貼留言