Skip to content

Instantly share code, notes, and snippets.

@lamdor
Created June 17, 2014 16:32
Show Gist options
  • Select an option

  • Save lamdor/f98fe337f4207c57b0e3 to your computer and use it in GitHub Desktop.

Select an option

Save lamdor/f98fe337f4207c57b0e3 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo -n "before: "
boot2docker ssh date
boot2docker ssh sudo ntpclient -s -h pool.ntp.org
echo -n "after: "
boot2docker ssh date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment