mirror of
https://github.com/docker/docs.git
synced 2026-03-29 23:38:56 +07:00
811 B
811 B
layout, title
| layout | title |
|---|---|
| default | Installing Fig |
Installing Fig
First, install Docker. If you're on OS X, you can use docker-osx:
$ curl https://raw.github.com/noplay/docker-osx/0.8.0/docker-osx > /usr/local/bin/docker-osx
$ chmod +x /usr/local/bin/docker-osx
$ docker-osx shell
Docker has guides for Ubuntu and other platforms in their documentation.
Next, install Fig:
$ sudo pip install -U fig
(This command also upgrades Fig when we release a new version. If you don’t have pip installed, try brew install python or apt-get install python-pip.)
That should be all you need! Run fig --version to see if it worked.