$ sudo apt update
$ sudo apt install docker.io
$ sudo update-alternatives --set iptables /usr/sbin/iptables-legacy
$ sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
$ sudo systemctl status docker
$ sudo systemctl start docker
$ sudo docker run hello-world
$ docker run -it ubuntu bash