mirror of
https://github.com/rancher/os.git
synced 2025-06-30 00:31:49 +00:00
Switch to new labels syntax. Also launch acpid earlier
This commit is contained in:
parent
d845d16674
commit
afa3c3e94a
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user