Mount a local directory into a container
docker run -v $(pwd):/app -w /app node:18 npm install
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