|
@@ -249,7 +249,7 @@ Json Parameters:
|
|
An ever increasing delay (double the previous delay, starting at 100mS)
|
|
An ever increasing delay (double the previous delay, starting at 100mS)
|
|
is added before each restart to prevent flooding the server.
|
|
is added before each restart to prevent flooding the server.
|
|
- **NetworkMode** - Sets the networking mode for the container. Supported
|
|
- **NetworkMode** - Sets the networking mode for the container. Supported
|
|
- values are: `bridge`, `host`, and `container:<name|id>`
|
|
|
|
|
|
+ values are: `bridge`, `host`, `none`, and `container:<name|id>`
|
|
- **Devices** - A list of devices to add to the container specified in the
|
|
- **Devices** - A list of devices to add to the container specified in the
|
|
form
|
|
form
|
|
`{ "PathOnHost": "/dev/deviceName", "PathInContainer": "/dev/deviceName", "CgroupPermissions": "mrw"}`
|
|
`{ "PathOnHost": "/dev/deviceName", "PathInContainer": "/dev/deviceName", "CgroupPermissions": "mrw"}`
|
|
@@ -596,7 +596,7 @@ Json Parameters:
|
|
An ever increasing delay (double the previous delay, starting at 100mS)
|
|
An ever increasing delay (double the previous delay, starting at 100mS)
|
|
is added before each restart to prevent flooding the server.
|
|
is added before each restart to prevent flooding the server.
|
|
- **NetworkMode** - Sets the networking mode for the container. Supported
|
|
- **NetworkMode** - Sets the networking mode for the container. Supported
|
|
- values are: `bridge`, `host`, and `container:<name|id>`
|
|
|
|
|
|
+ values are: `bridge`, `host`, `none`, and `container:<name|id>`
|
|
- **Devices** - A list of devices to add to the container specified in the
|
|
- **Devices** - A list of devices to add to the container specified in the
|
|
form
|
|
form
|
|
`{ "PathOnHost": "/dev/deviceName", "PathInContainer": "/dev/deviceName", "CgroupPermissions": "mrw"}`
|
|
`{ "PathOnHost": "/dev/deviceName", "PathInContainer": "/dev/deviceName", "CgroupPermissions": "mrw"}`
|