Docker #
Install #
Install the Docker Engine (not the Docker Desktop): https://docs.docker.com/engine/install/
Make sure that stuff can talk to docker:
sudo usermod -aG docker $USER
sudo chmod 666 /var/run/docker.sock # Maybe optional?
Docker images #
Learning Docker #
Resources #
Courses #
Docker Mastery - Udemy #
- Docker Mastery - Udemy
- Docker Mastery - Lectures - GitHub (FREE!)
Books #
- The Docker Handbook - Free online
- Docker Deep Dive