diff --git a/cli.html b/cli.html index fa8b6c65..bb0d4f95 100644 --- a/cli.html +++ b/cli.html @@ -6,7 +6,7 @@ - +
diff --git a/django.html b/django.html index 753cce48..ab127a55 100644 --- a/django.html +++ b/django.html @@ -6,7 +6,7 @@ - + diff --git a/env.html b/env.html index a0ae9f95..0196c8f8 100644 --- a/env.html +++ b/env.html @@ -6,7 +6,7 @@ - + diff --git a/index.html b/index.html index f8ce64e6..675154a4 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - + diff --git a/install.html b/install.html index 2ceaf651..85090155 100644 --- a/install.html +++ b/install.html @@ -6,7 +6,7 @@ - + @@ -28,11 +28,11 @@ $ docker-osx shellDocker has guides for Ubuntu and other platforms in their documentation.
Next, install Fig. On OS X:
-$ curl -L https://github.com/orchardup/fig/releases/download/0.5.1/darwin > /usr/local/bin/fig
+$ curl -L https://github.com/orchardup/fig/releases/download/0.5.2/darwin > /usr/local/bin/fig
$ chmod +x /usr/local/bin/fig
On 64-bit Linux:
-$ curl -L https://github.com/orchardup/fig/releases/download/0.5.1/linux > /usr/local/bin/fig
+$ curl -L https://github.com/orchardup/fig/releases/download/0.5.2/linux > /usr/local/bin/fig
$ chmod +x /usr/local/bin/fig
Fig is also available as a Python package if you're on another platform (or if you prefer that sort of thing):
diff --git a/rails.html b/rails.html
index f1b7e81a..e37ff7c1 100644
--- a/rails.html
+++ b/rails.html
@@ -6,7 +6,7 @@
-
+
diff --git a/wordpress.html b/wordpress.html
index a5346b29..cb0e60ca 100644
--- a/wordpress.html
+++ b/wordpress.html
@@ -6,7 +6,7 @@
-
+
diff --git a/yml.html b/yml.html
index 5bb9c576..6f94cd9c 100644
--- a/yml.html
+++ b/yml.html
@@ -6,7 +6,7 @@
-
+
@@ -70,6 +70,8 @@ image: a4bc65fd
volumes
Mount paths as volumes, optionally specifying a path on the host machine (HOST:CONTAINER).
+
+Note: Mapping local volumes is currently unsupported on boot2docker. We recommend you use docker-osx if want to map local volumes.
volumes:
- /var/lib/mysql
- cache/:/tmp/cache