mirror of https://github.com/docker/docs.git
Doc Hackathon: Issue#1465 https://github.com/docker/docker.github.io/issues/1465 (#2924)
Added a note saying that the version of Docker CS Engine must be the same for all nodes. https://github.com/docker/docker.github.io/issues/1465
This commit is contained in:
parent
30bfe26f3a
commit
ab15978701
|
@ -10,7 +10,7 @@ installed on-premise or on a cloud infrastructure.
|
|||
## Step 1: Validate the system requirements
|
||||
|
||||
The first step to installing UCP, is ensuring your
|
||||
infrastructure has all the [requirements UCP needs to run](system-requirements.md).
|
||||
infrastructure has all the [requirements UCP needs to run](system-requirements.md). You also need to ensure that all nodes (physical or virtual) are running the same version of CS Docker Engine.
|
||||
|
||||
|
||||
## Step 2: Install CS Docker on all nodes
|
||||
|
|
Loading…
Reference in New Issue