mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 15:01:09 +00:00
Update cheatsheets
This commit is contained in:
@@ -9,7 +9,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> Some subcommands such as `docker run` have their own usage documentation.
|
||||
> More information: <https://docs.docker.com/engine/reference/commandline/cli/>.
|
||||
|
||||
- List all docker containers (running and stopped):
|
||||
- List all Docker containers (running and stopped):
|
||||
|
||||
`docker ps --all`
|
||||
|
||||
@@ -21,7 +21,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`docker {{start|stop}} {{container_name}}`
|
||||
|
||||
- Pull an image from a docker registry:
|
||||
- Pull an image from a Docker registry:
|
||||
|
||||
`docker pull {{image}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user