mirror of https://github.com/docker/docs.git
Issue #1465 Specify that all nodes need to be the same exact Docker version for production UCP clusters #1465
Just made a minor correction as part of fixing this bug. Added "with" to comply and also added "exact" to emphasize the importance of running the same version. Other than that this bug already appears to have been fixed.
This commit is contained in:
parent
e507fa557c
commit
e6159bbb35
|
@ -14,8 +14,8 @@ deploying Docker Universal Control Plane for production.
|
|||
Before installing UCP you should make sure that all nodes (physical or virtual
|
||||
machines) that you'll manage with UCP:
|
||||
|
||||
* [Comply the system requirements](system-requirements.md)
|
||||
* Are running the same version of CS Docker Engine
|
||||
* [Comply with the system requirements](system-requirements.md)
|
||||
* Are running the exact same version of CS Docker Engine
|
||||
|
||||
## Hostname strategy
|
||||
|
||||
|
|
Loading…
Reference in New Issue