1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +00:00

tls key generation

This commit is contained in:
sidharthamani
2015-02-17 15:27:13 -08:00
parent c3476d7b00
commit 707894d594
3 changed files with 102 additions and 7 deletions

View File

@@ -62,6 +62,7 @@ func NewConfig() *Config {
"-v=/init:/sbin/poweroff:ro " +
"-v=/init:/sbin/reboot:ro " +
"-v=/init:/sbin/halt:ro " +
"-v=/init:/sbin/tlsconf:ro " +
"-v=/init:/usr/bin/rancherctl:ro " +
"--volumes-from=system-state " +
"--net=host " +
@@ -69,13 +70,11 @@ func NewConfig() *Config {
"console",
},
{
Cmd: []string{
"--name", "ntp",
"-d",
"--privileged",
"--net", "host",
Cmd: "--name=ntp " +
"-d " +
"--privileged " +
"--net=host " +
"ntp",
},
},
},
RescueContainer: &ContainerConfig{