docs: Explain volume_name in POST /container Binds
| ... | ... |
@@ -265,6 +265,8 @@ Json Parameters: |
| 265 | 265 |
+ `container_path` to create a new volume for the container |
| 266 | 266 |
+ `host_path:container_path` to bind-mount a host path into the container |
| 267 | 267 |
+ `host_path:container_path:ro` to make the bind-mount read-only inside the container. |
| 268 |
+ + `volume_name:container_path` to bind-mount a volume managed by a volume plugin into the container. |
|
| 269 |
+ + `volume_name:container_path:ro` to make the bind mount read-only inside the container. |
|
| 268 | 270 |
- **Links** - A list of links for the container. Each link entry should be |
| 269 | 271 |
in the form of `container_name:alias`. |
| 270 | 272 |
- **LxcConf** - LXC specific configurations. These configurations only |