add net param support

Signed-off-by: Peter Flood <info@whywouldwe.com>
This commit is contained in:
j0hnsmith 2014-06-19 11:57:55 +01:00
commit 6b8044e92c
4 changed files with 28 additions and 2 deletions

View file

@ -59,3 +59,5 @@ environment:
RACK_ENV: development
```
-- Networking mode. Use the same values as the docker client --net parameter
net: "host"