Docker

7 years ago

Docker is an open-source project that automates applications deployment inside software containers.

Follow the posts of this page using this RSS feed

Remove Unused Containers, Networks, Images and Volumes

3 years ago

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: