mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 14:46:00 +02:00
docker-image: add Italian translation.
This commit is contained in:
parent
8edaf18d93
commit
26120f3a40
1 changed files with 20 additions and 0 deletions
20
pages.it/common/docker-images.md
Normal file
20
pages.it/common/docker-images.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# docker images
|
||||
|
||||
> Gestisci immagini Docker.
|
||||
> Maggiori informazioni: <https://docs.docker.com/engine/reference/commandline/images/>.
|
||||
|
||||
- Elenca tutte le immagini Docker:
|
||||
|
||||
`docker images`
|
||||
|
||||
- Elenca tutte le immagini Docker incluse quelle intermedie:
|
||||
|
||||
`docker images -a`
|
||||
|
||||
- Elenca in modalità silenziosa (solo gli ID numerici):
|
||||
|
||||
`docker images -q`
|
||||
|
||||
- Elenca tutte le immagini Docker che non sono usate da alcun container:
|
||||
|
||||
`docker images --filter dangling=true`
|
Loading…
Add table
Reference in a new issue