YinYangOfDao
Results
1
comments of
YinYangOfDao
> I'm using > > Ubuntu 18.04.1 LTS > > just running: > > base=https://github.com/docker/machine/releases/download/v0.16.0 && > curl -L $base/docker-machine-$(uname -s)-$(uname -m) >/tmp/docker-machine && > sudo install /tmp/docker-machine /usr/local/bin/docker-machine >...