containerization

Docker

containerization, devops

Docker # Docker Cheat Sheet Docker_CheatSheet_08.09.2016_0 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 # Docker Hub Learning Docker # Resources # Courses # Docker Mastery - Udemy # Docker Mastery - Udemy Docker Mastery - Lectures - GitHub (FREE! ...