Install docker sudo apt install docker-ce docker-ce-cli containerd.io docker-compose-plugin Execute this command when needed to add yourself to docker group sudo gpasswd -a $USER docker Start server docker compose up End it with ctrl+c OR docker compose up -d End it with docker compose down