dit document beschrijft de installatie van docker op Ubuntu 18.04.5 LTS (bionic)
sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu <codename> stable"
apt-get update && apt-get install docker-ce docker-ce-cli containerd.io
apt-get purge docker-ce docker-ce-cli containerd.io
rm -rf /var/lib/docker