Created
November 20, 2014 06:19
-
-
Save caiguanhao/789a6a3b190fdb6b3718 to your computer and use it in GitHub Desktop.
fig installation on CoreOS
This file contains hidden or 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
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