https://training.play-with-docker.com/beginner-linux/
https://docs.docker.com/engine/reference/builder/
docker images
docker ps --format "table {{.ID}}\t{{.Names}}\t{{.Status}}" docker ps --format "table {{.ID}}\t{{.Ports}}\t{{.Names}}\t{{.Status}}" https://docs.docker.com/engine/reference/commandline/ps/
docker kill $(docker ps -q)
docker system prune
https://code.visualstudio.com/docs/remote/attach-container
docker-compose --profile airflow up