mirror of
https://github.com/rancher/os.git
synced 2025-06-30 08:41:48 +00:00
Reformat docker args
This commit is contained in:
parent
1de6e898a7
commit
02606da59f
@ -16,10 +16,8 @@ func NewConfig() *Config {
|
||||
Args: []string{
|
||||
"docker",
|
||||
"-d",
|
||||
"-s",
|
||||
"overlay",
|
||||
"-b",
|
||||
"none",
|
||||
"-s", "overlay",
|
||||
"-b", "none",
|
||||
"--restart=false",
|
||||
"-g", "/var/lib/system-docker",
|
||||
"-G", "root",
|
||||
@ -30,12 +28,9 @@ func NewConfig() *Config {
|
||||
Args: []string{
|
||||
"docker",
|
||||
"-d",
|
||||
"-s",
|
||||
"overlay",
|
||||
"-b",
|
||||
"docker-sys",
|
||||
"--fixed-cidr",
|
||||
"172.18.42.1/16",
|
||||
"-s", "overlay",
|
||||
"-b", "docker-sys",
|
||||
"--fixed-cidr", "172.18.42.1/16",
|
||||
"--restart=false",
|
||||
"-g", "/var/lib/system-docker",
|
||||
"-G", "root",
|
||||
|
Loading…
Reference in New Issue
Block a user