mirror of https://github.com/docker/docs.git
Add known issue to UCP release notes
This commit is contained in:
parent
8f0a5c77d0
commit
dd61bb38c3
|
|
@ -23,7 +23,7 @@ upgrade your installation to the latest release.
|
||||||
* The node details page now shows information about the node's CPU and RAM
|
* The node details page now shows information about the node's CPU and RAM
|
||||||
* Improved applications page to provide more guidance when there are no apps deployed
|
* Improved applications page to provide more guidance when there are no apps deployed
|
||||||
|
|
||||||
**Bug Fixes**
|
**Bug fixes**
|
||||||
|
|
||||||
* Core
|
* Core
|
||||||
* Fixed an issue with rethinkDB sync that causes timeout failures during upgrades
|
* Fixed an issue with rethinkDB sync that causes timeout failures during upgrades
|
||||||
|
|
@ -52,6 +52,15 @@ upgrade your installation to the latest release.
|
||||||
* Improved DTR integration screen, to provide more guidance on how to install
|
* Improved DTR integration screen, to provide more guidance on how to install
|
||||||
DTR
|
DTR
|
||||||
|
|
||||||
|
**Known issues**
|
||||||
|
|
||||||
|
* When deploying applications from the UI or CLI with the compose file format
|
||||||
|
2.1, overlay networks will not be created in attachable mode, so containers
|
||||||
|
will fail to attach to that network. As a workaround you can create the networks
|
||||||
|
upfront and make them attachable, and change your compose file to use those
|
||||||
|
networks.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Version 2.0.0
|
## Version 2.0.0
|
||||||
|
|
||||||
|
|
@ -102,3 +111,11 @@ platform
|
||||||
* Improved support dump with more system information, readable file formats,
|
* Improved support dump with more system information, readable file formats,
|
||||||
and container names/IDs
|
and container names/IDs
|
||||||
* LDAP/AD now lists up to 1 million users
|
* LDAP/AD now lists up to 1 million users
|
||||||
|
|
||||||
|
**Known issues**
|
||||||
|
|
||||||
|
* When deploying applications from the UI or CLI with the compose file format
|
||||||
|
2.1, overlay networks will not be created in attachable mode, so containers
|
||||||
|
will fail to attach to that network. As a workaround you can create the networks
|
||||||
|
upfront and make them attachable, and change your compose file to use those
|
||||||
|
networks.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue