mirror of
https://github.com/rancher/os.git
synced 2025-09-14 14:11:18 +00:00
add ntp container
This commit is contained in:
@@ -77,6 +77,15 @@ func NewConfig() *Config {
|
||||
"console",
|
||||
},
|
||||
},
|
||||
{
|
||||
Cmd: []string{
|
||||
"--name", "ntp",
|
||||
"-d",
|
||||
"--privileged",
|
||||
"--net", "host",
|
||||
"ntp",
|
||||
},
|
||||
},
|
||||
},
|
||||
RescueContainer: ContainerConfig{
|
||||
Cmd: []string{
|
||||
|
Reference in New Issue
Block a user