1
0
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:
Darren Shepherd 2015-04-04 18:59:13 -07:00
parent 1de6e898a7
commit 02606da59f

View File

@ -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",