Skip to content

Commit

Permalink
Add note about clock sync
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtheturtle committed Nov 20, 2017
1 parent 9c31c84 commit 927f0ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BACKENDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ Docker for Mac must be configured to allow `/private` to be bind mounted into Do
This is the default.
See Docker > Preferences > File Sharing.

#### Clock sync errors

On various platforms, the clock can get out of sync between the host machine and Docker containers.
This is particularly problematic if using `check_time: true` in the DC/OS configuration.
To work around this, run `docker run --rm --privileged alpine hwclock -s`.

## Using existing nodes

It is possible to use existing nodes on any platform with DC/OS E2E.
Expand Down

0 comments on commit 927f0ff

Please sign in to comment.