Skip to main content

Install Docker

Docker containers have become the de facto development standard, but it's worth mentioning that Docker wasn't the first player in the container world.

image.png

curl -fsSL https://get.docker.com | bash
sudo groupadd docker
sudo usermod -aG docker $USER

  1. https://docs.docker.com/get-started/docker_cheatsheet.pdf
  2. https://dockerlabs.collabnix.com/docker/cheatsheet/