mirror of https://github.com/docker/docs.git
Add note on NTP sync (#4919)
This commit is contained in:
parent
cd44af5571
commit
ec23f1e8d8
|
@ -73,6 +73,14 @@ to communicate before they time out.
|
|||
| RethinkDB | 10000 | no |
|
||||
| Stand-alone swarm | 90000 | no |
|
||||
|
||||
## Time Synchronization
|
||||
|
||||
In distributed systems like Docker UCP, time synchronization is critical
|
||||
to ensure proper operation. As a best practice to ensure consistency between
|
||||
the engines in a UCP swarm, all engines should regularly synchronize time
|
||||
with a Network Time Protocol (NTP) server. If a server's clock is skewed,
|
||||
unexpected behavior may cause poor performance or even failures.
|
||||
|
||||
## Compatibility and maintenance lifecycle
|
||||
|
||||
Docker EE is a software subscription that includes three products:
|
||||
|
|
Loading…
Reference in New Issue