apt install docker-machine code example
Example 1: install docker machine ubuntu
$ curl -L https://github.com/docker/machine/releases/download/v0.16.0/docker-machine-`uname -s`-`uname -m` >/tmp/docker-machine &&
chmod +x /tmp/docker-machine &&
sudo cp /tmp/docker-machine /usr/local/bin/docker-machine
Example 2: apt install docker
$ sudo apt-get remove docker docker-engine docker.io containerd runc