mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 16:50:27 +00:00
Update cheatsheets
This commit is contained in:
@@ -8,10 +8,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> Start stopped containers.
|
||||
> More information: <https://docs.docker.com/reference/cli/docker/container/start/>.
|
||||
|
||||
- Display help:
|
||||
|
||||
`docker start --help`
|
||||
|
||||
- Start a Docker container:
|
||||
|
||||
`docker start {{container}}`
|
||||
@@ -23,3 +19,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- Start one or more containers:
|
||||
|
||||
`docker start {{container1 container2 ...}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`docker start --help`
|
||||
|
||||
Reference in New Issue
Block a user