Skip to content

Instantly share code, notes, and snippets.

@caiguanhao
Created November 20, 2014 06:19
Show Gist options
  • Save caiguanhao/789a6a3b190fdb6b3718 to your computer and use it in GitHub Desktop.
Save caiguanhao/789a6a3b190fdb6b3718 to your computer and use it in GitHub Desktop.
fig installation on CoreOS
sudo bash -c 'sudo mkdir -p /opt/bin; curl -L https://github.com/docker/fig/releases/download/1.0.1/fig-`uname -s`-`uname -m` > /opt/bin/fig; chmod +x /opt/bin/fig'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment