Skip to content

Instantly share code, notes, and snippets.

@Kos-M
Last active February 12, 2022 13:49
Show Gist options
  • Save Kos-M/2bbe06fdb1d8df202f624c2a67f452a2 to your computer and use it in GitHub Desktop.
Save Kos-M/2bbe06fdb1d8df202f624c2a67f452a2 to your computer and use it in GitHub Desktop.

Upgrade system

apt update && sudo apt upgrade

Install Docker

curl -sSL https://get.docker.com | sh

Install Docker-Compose

apt install libffi-dev libssl-dev python3-dev python3 python3-pip && \
pip3 install docker-compose

Enable docker service on startup

 systemctl enable docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment