Docker: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
* List of all containers: docker ps -a | * List of all containers: docker ps -a | ||
* List of all images: docker image ls | * List of all images: docker image ls | ||
* Create a new container (from an image): docker create jatzoo/jrivermc24 |
Revision as of 16:08, 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
- Create a new container (from an image): docker create jatzoo/jrivermc24