Skip to content

Instantly share code, notes, and snippets.

@OpakAlex
Created February 29, 2016 15:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save OpakAlex/db44c598c166c93b561a to your computer and use it in GitHub Desktop.
Save OpakAlex/db44c598c166c93b561a to your computer and use it in GitHub Desktop.
#!/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