mirror of
https://github.com/docker/compose.git
synced 2025-07-20 12:14:41 +02:00
Add warning for mapping local volumes
Mapping local volumes is not currently supported in boot2docker https://github.com/boot2docker/boot2docker/issues/413 https://github.com/dotcloud/docker/issues/4023 Signed-off-by: Saul Shanabrook <s.shanabrook@gmail.com>
This commit is contained in:
parent
ed80576236
commit
c09734822e
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user