Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-01 00:25:28 +00:00
parent ce66b5e9bf
commit fde4de0db5
147 changed files with 229 additions and 179 deletions

View File

@@ -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`