Created
February 29, 2016 15:53
-
-
Save OpakAlex/db44c598c166c93b561a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
wget https://gist.githubusercontent.com/OpakAlex/6ffc1ba4bf10312a9635/raw/0a870c574e42f10e7acd52d88822e5f5ec6c2972/bootsync.sh -O /tmp/bootsync.sh | |
docker-machine scp /tmp/bootsync.sh lab:/tmp/bootsync.sh >/dev/null | |
docker-machine ssh lab "sudo mv /tmp/bootsync.sh /var/lib/boot2docker/bootsync.sh" >/dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment