mirror of
https://github.com/rancher/os.git
synced 2025-06-30 16:51:47 +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": {
|
"acpid": {
|
||||||
Image: "acpid",
|
Image: "acpid",
|
||||||
Privileged: true,
|
Privileged: true,
|
||||||
Links: []string{
|
Labels: project.NewSliceorMap(map[string]string{
|
||||||
"console",
|
SCOPE: SYSTEM,
|
||||||
},
|
}),
|
||||||
Labels: []string{
|
|
||||||
SCOPE + "=" + SYSTEM,
|
|
||||||
},
|
|
||||||
VolumesFrom: []string{
|
VolumesFrom: []string{
|
||||||
"command-volumes",
|
"command-volumes",
|
||||||
"system-volumes",
|
"system-volumes",
|
||||||
|
Loading…
Reference in New Issue
Block a user