Nhanh, đơn giản
Sử dụng Hyperkit ảo hoá
https://github.com/moby/hyperkit
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04
apt install
$ su root
# curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
# add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
# apt update
# apt-cache policy docker-ce
# apt-get install -y docker-ce
# systemctl status docker
# usermod -aG docker ${USER}