Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-13 00:20:51 +00:00
parent 2c1898f6e4
commit 489b2e0e99
106 changed files with 322 additions and 306 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# docker image
> Manage Docker images.
> See also: `docker build`, `docker import`, `docker pull`.
> See also: `docker build`, `docker pull`, `docker image rm`.
> More information: <https://docs.docker.com/reference/cli/docker/image/>.
- List local Docker images:
@@ -24,7 +24,3 @@ source: https://github.com/tldr-pages/tldr.git
- Show the history of a local Docker image:
`docker image history {{image}}`
- View documentation for `docker image rm`:
`tldr docker rmi`