mirror of https://github.com/docker/compose.git
Update install docs for Docker 0.11.0
This commit is contained in:
parent
c3c8395cef
commit
3c5e818b49
|
@ -6,9 +6,9 @@ title: Installing Fig
|
|||
Installing Fig
|
||||
==============
|
||||
|
||||
First, install Docker version 0.10.0. If you're on OS X, you can use [docker-osx](https://github.com/noplay/docker-osx):
|
||||
First, install Docker version 0.11.0. If you're on OS X, you can use [docker-osx](https://github.com/noplay/docker-osx):
|
||||
|
||||
$ curl https://raw.githubusercontent.com/noplay/docker-osx/0.10.0-2/docker-osx > /usr/local/bin/docker-osx
|
||||
$ curl https://raw.githubusercontent.com/noplay/docker-osx/0.11.0/docker-osx > /usr/local/bin/docker-osx
|
||||
$ chmod +x /usr/local/bin/docker-osx
|
||||
$ docker-osx shell
|
||||
|
||||
|
|
Loading…
Reference in New Issue