Created
March 24, 2019 17:36
-
-
Save 100daysofdevops/e52c1c4b574fd1b61547dd2433c0d79f 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 run -d --name myapachewebsite -p 80:80 docker.io/httpd | |
| Unable to find image 'docker.io/httpd:latest' locally | |
| Trying to pull repository docker.io/library/httpd ... | |
| latest: Pulling from docker.io/library/httpd | |
| f7e2b70d04ae: Pull complete | |
| 84006542c688: Pull complete | |
| dae6fe3c5e81: Pull complete | |
| 33fc493aff90: Pull complete | |
| 9a4113020573: Pull complete | |
| Digest: sha256:20ead958907f15b638177071afea60faa61d2b6747c216027b8679b5fa58794b | |
| Status: Downloaded newer image for docker.io/httpd:latest | |
| 83d65d97b9331b75c1e5fe8fa5b9ef5d1abdbad489a5ea0b14db20cb7f5be23f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment