Delete every Docker image to free up disk space
docker rmi -f $(docker images -q)
Build a Docker image with a custom name
Remove stopped containers, dangling images, and unused networks
Copy a file from host into a running container
Get a shell inside a running Docker container