Update cheatsheets

This commit is contained in:
ivuorinen
2024-03-15 00:13:13 +00:00
parent d0d0a703c0
commit 0372a9907d
122 changed files with 278 additions and 217 deletions

View File

@@ -8,11 +8,11 @@ source: https://github.com/tldr-pages/tldr.git
> Export Docker images to archive.
> More information: <https://docs.docker.com/engine/reference/commandline/save/>.
- Save an image by redirecting `stdout` to a `tar` archive:
- Save an image by redirecting `stdout` to a tar archive:
`docker save {{image}}:{{tag}} > {{path/to/file.tar}}`
- Save an image to a `tar` archive:
- Save an image to a tar archive:
`docker save --output {{path/to/file.tar}} {{image}}:{{tag}}`