Last active
March 28, 2019 05:43
-
-
Save emreozkangit/1d3d9b3eb2f756a0251cbf26ded9caa4 to your computer and use it in GitHub Desktop.
docker pull
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
[root@ip-172-31-26-21 ec2-user]# docker pull dockerhubusername/docker-test:latest | |
latest: Pulling from dockerhubusername/docker-test | |
012cb44e3253: Pull complete | |
41e2405c2362: Pull complete | |
Digest: sha256:b476265e93ff24fe135972ffa34a64e0f9c552019565991d4ac2ef3a000a76c0 | |
Status: Downloaded newer image for dockerhubusername/docker-test:latest | |
[root@ip-172-31-26-21 ec2-user]# docker images | |
REPOSITORY TAG IMAGE ID CREATED SIZE | |
dockerhubusername/docker-test latest 5507fef0e7a5 39 minutes ago 408MB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment