Merge pull request #9089 from cpuguy83/8942_create_volumes_on_create

Initialize volumes when container is created
This commit is contained in:
Jessie Frazelle
2014-12-03 15:42:09 -08:00
3 changed files with 29 additions and 0 deletions
@@ -58,6 +58,9 @@ a list of daemon labels (`Labels`).
**New!**
You can set the new container's MAC address explicitly.
**New!**
Volumes are now initialized when the container is created.
`POST /containers/(id)/start`
**New!**