Docker
há 7 anos
Docker is an open-source project that automates applications deployment inside software containers.
Siga as postagens desta página usando este feed RSS
Remove Unused Containers, Networks, Images and Volumes
há 3 anos
It's safe to run the following command while containers are running, because it removes only unused resources (not used by at least one container): docker system prune --all --volumes More information: