Skip to content

Instantly share code, notes, and snippets.

@Yatharth0045
Last active August 3, 2021 17:06
Show Gist options
  • Select an option

  • Save Yatharth0045/25894b23784ce5db726443e66d233f61 to your computer and use it in GitHub Desktop.

Select an option

Save Yatharth0045/25894b23784ce5db726443e66d233f61 to your computer and use it in GitHub Desktop.
This gist gives a quickstart over docker and helps in understanding the whole container lifecycle.
## Check docker server and client version
docker version
## Check for running containers | Currently, it should be empty
docker ps
## Check for images | Currently, it should be empty
docker images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment