Skip to content

Instantly share code, notes, and snippets.

@skynet86
Last active April 27, 2019 07:26
Show Gist options
  • Save skynet86/2521e780b7caf61d67557dcd531e87ed to your computer and use it in GitHub Desktop.
Save skynet86/2521e780b7caf61d67557dcd531e87ed to your computer and use it in GitHub Desktop.
Pull Image from Docker
# If you are not logged into docker hub then
# first do login before executing below command
$ docker login
# Get latest nginx image from Docker Hub
$ docker pull nginx:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment