Initial setup
apt-get update apt-get upgrade apt-get install curl
curl -sSL https://raw.githubusercontent.com/docker/docker/master/contrib/check-config.sh | bash
Install docker
apt-get install -y docker.io
cat << EOF > /etc/docker/daemon.json { "exec-opts": ["native.cgroupdriver=systemd"] } EOF