Last active
August 3, 2021 17:06
-
-
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.
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
| ## 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