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?

Source: https://stackoverflow.com/questions/64662372/docker-compose-up-error-while-fetching-server-api-version-connection-aborte

Docker images#

Learning Docker#

Resources#

Courses#

Docker Mastery - Udemy#

Books#

Playgrounds/Labs#