mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-09-21 21:30:48 +02:00
fixed dangling modifier
This commit is contained in:
parent
4b3780e322
commit
451b1352be
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ Images are just [templates for docker containers](https://docs.docker.com/engine
|
||||||
|
|
||||||
### Cleaning up
|
### Cleaning up
|
||||||
|
|
||||||
While you can use the `docker rmi` command to remove specific images, there's a tool called [docker-gc](https://github.com/spotify/docker-gc) that will clean up images that are no longer used by any containers in a safe manner.
|
While you can use the `docker rmi` command to remove specific images, there's a tool called [docker-gc](https://github.com/spotify/docker-gc) that will safely clean up images that are no longer used by any containers.
|
||||||
|
|
||||||
### Load/Save image
|
### Load/Save image
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue