1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

update docker-images

updated
This commit is contained in:
Michal 2020-04-15 19:23:09 +02:00 committed by Starbeamrainbowlabs
parent 35a011c7f7
commit 4f8a26b2ae

View file

@ -1,20 +1,20 @@
# docker images # docker images
> Manage Docker images. > Zarządzaj obrazami Dockera.
> More information: <https://docs.docker.com/engine/reference/commandline/images/>. > Więcej informacji: <https://docs.docker.com/engine/reference/commandline/images/>.
- List all Docker images: - Wyświetl wszystkie obrazy Docker:
`docker images` `docker images`
- List all Docker images including intermediates: - Wyświetl wszystkie obrazy Dockera, w tym intermediates:
`docker images -a` `docker images -a`
- List the output in quiet mode (only numeric IDs): - Wyświetl dane wyjściowe w trybie quiet (tylko identyfikatory numeryczne):
`docker images -q` `docker images -q`
- List all Docker images not used by any container: - Wyświetl wszystkie obrazy Docker nieużywane przez żaden kontener:
`docker images --filter dangling=true` `docker images --filter dangling=true`