Docker: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This is a short tutorial to use Docker. = Basic commands = * List of all containers: docker ps -a") |
No edit summary |
||
Line 4: | Line 4: | ||
* List of all containers: docker ps -a | * List of all containers: docker ps -a | ||
* List of all images: docker image ls |
Revision as of 16:03, 8 June 2019
This is a short tutorial to use Docker.
Basic commands
- List of all containers: docker ps -a
- List of all images: docker image ls