Gaesteklo.eu

A collection of IT tools/infrastructure

View on GitHub

How to install docker

Go to this site: Install Docker Engine on Debian

TLDR:

 curl -fsSL https://get.docker.com -o get-docker.sh
 sudo sh ./get-docker.sh