docker 搭建ntp服务器 背景 在搭建etcd集群时,如果主机时间相差太多会出现同步错误,如果外部网络不可用时,需要使用内部的ntp服务器同步时间。 构建ntp镜像 创建Dockerfile # usage: # docker … 继续阅读 docker 搭建ntp服务器