зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
11 строки
230 B
Plaintext
11 строки
230 B
Plaintext
https://stackoverflow.com/questions/38118791/can-t-delete-image-with-children
|
|
|
|
docker rmi $(docker images -q -f "dangling=true")
|
|
|
|
delete all images
|
|
|
|
sudo docker rmi -f $(sudo docker images -q)
|
|
|
|
2020
|
|
https://nuancesprog.ru/p/9730/
|