mirror of https://github.com/docker/compose.git
Changelog: Add known issues
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
parent
6d901c599d
commit
5e8b20678d
|
@ -31,7 +31,9 @@ integration!
|
||||||
|
|
||||||
This release includes:
|
This release includes:
|
||||||
* Initial support for deploying containers to Azure Container Instances (ACI)
|
* Initial support for deploying containers to Azure Container Instances (ACI)
|
||||||
* A gRPC API for managing contexts and containers
|
* A gRPC API for managing contexts and Azure containers
|
||||||
|
|
||||||
### Known issues
|
### Known issues
|
||||||
*
|
* Mapping a container port to a different host port is not current supported (i.e.: `docker run -p 80:8080`)
|
||||||
|
* Exec currently only allows interactive sessions with a terminal (`exec -t`), not specify commands in the command line
|
||||||
|
* `docker run` detaches from the container by default, even if `-d` is not specified
|
||||||
|
|
Loading…
Reference in New Issue