Merge pull request #288 from saulshanabrook/patch-1

Add warning for mapping local volumes
This commit is contained in:
Ben Firshman 2014-07-24 22:15:49 +01:00
commit fec41d3567

View File

@ -75,6 +75,8 @@ expose:
### volumes ### volumes
Mount paths as volumes, optionally specifying a path on the host machine (`HOST:CONTAINER`). Mount paths as volumes, optionally specifying a path on the host machine (`HOST:CONTAINER`).
Note: Mapping local volumes is currently unsuported on boot2docker. We
recommend you use docker-osx if want to map local volumes.
``` ```
volumes: volumes: