diff --git a/config/default.go b/config/default.go index f35340bf..a7d9f0cd 100644 --- a/config/default.go +++ b/config/default.go @@ -330,12 +330,9 @@ func NewConfig() *Config { "acpid": { Image: "acpid", Privileged: true, - Links: []string{ - "console", - }, - Labels: []string{ - SCOPE + "=" + SYSTEM, - }, + Labels: project.NewSliceorMap(map[string]string{ + SCOPE: SYSTEM, + }), VolumesFrom: []string{ "command-volumes", "system-volumes",