Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 372 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 372 Bytes

Docker ntpdate

This just runs ntpdate on your server. You must run this with "--privileged" for it to be able to update the time.

Pretty much made this to run on boot2docker

Example

docker run --privileged --rm cpuguy83/ntpdate

Pass in a custom server as such

docker run --rm --privileged cpuguy83/ntpdate 0.us.pool.ntp.org

Default is "0.pool.ntp.org"