Skip to content

Instantly share code, notes, and snippets.

@hugespoon
Created March 9, 2015 21:17
Show Gist options
  • Save hugespoon/81c24b1ce99aa7a65381 to your computer and use it in GitHub Desktop.
Save hugespoon/81c24b1ce99aa7a65381 to your computer and use it in GitHub Desktop.
docker-machine -D create -d softlayer.... output
DEBU[0355] executing: ssh -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -p 22 -i /Users/hugespoon/.docker/machine/machines/docker-test/id_rsa root@158.85.86.14 [ -f "$(which docker)" ] && [ -f "/etc/default/docker" ] || exit 1
DEBU[0356] executing: ssh -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -p 22 -i /Users/hugespoon/.docker/machine/machines/docker-test/id_rsa root@158.85.86.14 if [ ! -e /usr/bin/docker ]; then curl -sSL https://get.docker.com | sh -; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment