WALL-E / Journey-to-the-docker

docker游记
The Unlicense
1 stars 0 forks source link

docker-machine安装docker #11

Open WALL-E opened 7 years ago

WALL-E commented 7 years ago

安装docker-machine

wget http://oerp142a4.bkt.clouddn.com/docker-machine-Linux-x86_64_0.8.2
mv docker-machine-Linux-x86_64_0.8.2 /usr/local/bin/docker-machine
chmod +x /usr/local/bin/docker-machine

安装docker

docker-machine create -d generic --generic-ip-address=172.28.32.101 --generic-ssh-user=root dockerHost-101