Show all currently running Docker containers
docker ps # add -a for all (including stopped)
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