mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-23 01:02:51 +00:00
Update cheatsheets
This commit is contained in:
@@ -8,11 +8,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> List Docker containers.
|
||||
> More information: <https://docs.docker.com/engine/reference/commandline/ps/>.
|
||||
|
||||
- List currently running docker containers:
|
||||
- List currently running Docker containers:
|
||||
|
||||
`docker ps`
|
||||
|
||||
- List all docker containers (running and stopped):
|
||||
- List all Docker containers (running and stopped):
|
||||
|
||||
`docker ps --all`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user