Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-22 00:20:27 +00:00
parent 8d00ec1c41
commit 0cc7cfe867
23 changed files with 180 additions and 20 deletions

View File

@@ -11,11 +11,11 @@ source: https://github.com/tldr-pages/tldr.git
- Update restart policy to apply when a specific container exits:
`docker update --restart={{always|no|on-failure|unless-stopped}} {{container_name}}`
`docker update --restart {{always|no|on-failure|unless-stopped}} {{container_name}}`
- Update the policy to restart up to three times a specific container when it exits with non-zero exit status:
`docker update --restart=on-failure:3 {{container_name}}`
`docker update --restart on-failure:3 {{container_name}}`
- Update the number of CPUs available to a specific container: