๐ Resources
Core docker CLI commands: run, ps, exec:
https://docs.docker.com/reference/cli/docker/
Docker CLI Cheat Sheet (official):
https://www.docker.com/resources/cli-cheat-sheet/
docker exec deep dive:
https://www.digitalocean.com/community/tutorials/how-to-use-docker-exec-to-run-commands-in-a-docker-container
Docker Curriculum: run/manage containers with interactive terminal flags:
https://docker-curriculum.com/
docker container run reference:
https://docs.docker.com/reference/cli/docker/container/run/
Week 03 ยท Building AI Images with Dockerfiles: Multi-Stage & Image Security