|
|
@@ -17,18 +17,18 @@ __Legend:__
|
|
|
|
|
|
| Flag |Map| Notes
|
|
|
|-----------------------|---|---------------------------------|
|
|
|
-| --cpus | ✓ | See [Container Resources](#container-resources)
|
|
|
-| -d, --detach | ✓ | Detach from container logs when container starts. By default, the command line stays attached and follow container logs
|
|
|
-| --domainname | ✓ | See [Exposing ports](#exposing-ports)
|
|
|
-| --e, --env | ✓ | Sets environment variable
|
|
|
-| --envFile | ✓ | Sets environment variable from and external file
|
|
|
-| -l, --label | x | Unsupported in Docker ACI integration, due to limitations of ACI Tags
|
|
|
-| -m, --memory | ✓ | See [Container Resources](#container-resources)
|
|
|
+| --cpus | ✓ | See [Container Resources](#container-resources).
|
|
|
+| -d, --detach | ✓ | Detach from container logs when container starts. By default, the command line stays attached and follow container logs.
|
|
|
+| --domainname | ✓ | See [Exposing ports](#exposing-ports).
|
|
|
+| --e, --env | ✓ | Sets environment variable.
|
|
|
+| --envFile | ✓ | Sets environment variable from and external file.
|
|
|
+| -l, --label | x | Unsupported in Docker ACI integration, due to limitations of ACI Tags.
|
|
|
+| -m, --memory | ✓ | See [Container Resources](#container-resources).
|
|
|
| --name | ✓ | Provide a name for the container. Name must be unique withing the ACI resource group. a name is generated by default.
|
|
|
| -p, --publish | ✓ | See [Exposing ports](#exposing-ports). Only symetrical port mapping is supported in ACI.
|
|
|
| --restart | ✓ | Restart policy, must be one of: `any`, `none`, `on-failure`.
|
|
|
-| --rm | x | Not supported as [ACI does not support auto-delete containers](https://feedback.azure.com/forums/602224-azure-container-instances/suggestions/34066633-support-auto-delete-of-aci-when-container-exits-no)
|
|
|
-| -v, --volume | ✓ | See [Persistent Volumes](#persistent-volumes)
|
|
|
+| --rm | x | Not supported as [ACI does not support auto-delete containers](https://feedback.azure.com/forums/602224-azure-container-instances/suggestions/34066633-support-auto-delete-of-aci-when-container-exits-no).
|
|
|
+| -v, --volume | ✓ | See [Persistent Volumes](#persistent-volumes).
|
|
|
|
|
|
## Exposing ports
|
|
|
|