Docker and docker-compose

from blog Roman Imankulov, | ↗ original
Helpful services composerize: convert docker run to docker-compose Docker commands Reclaim disk space Clean up disk space by removing all the docker containers older than 14 days. docker image prune -a --filter "until=336h" See Prune unused Docker objects Run a container and attach current directory Example for a specific version of Python....