Skip to content

Latest commit

 

History

History

Docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Docker setup

Mac os / Windows

Debian based images

  1. Install docker
    curl -fsSl https://get.docker.com/ -o get-docker.sh && \
      sh get-docker.sh && \
      rm get-docker.sh
  2. Install docker-compose
    apt install python3-pip && pip3 install docker-compose
  3. Setup user roles
    sudo usermod -aG docker username