Created
March 24, 2019 17:12
-
-
Save 100daysofdevops/f2ade0cd41dd32cca2956f42e0794c03 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ docker pull hello-world | |
| Using default tag: latest | |
| Trying to pull repository docker.io/library/hello-world ... | |
| latest: Pulling from docker.io/library/hello-world | |
| 1b930d010525: Pull complete | |
| Digest: sha256:2557e3c07ed1e38f26e389462d03ed943586f744621577a99efb77324b0fe535 | |
| Status: Downloaded newer image for docker.io/hello-world:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment