mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 19:05:37 +00:00
Change system container label
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
parent
1ca9096f55
commit
e1026a1f95
@ -12,7 +12,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
systemLogDir = "editionslogs"
|
systemLogDir = "editionslogs"
|
||||||
systemContainerLabel = "system"
|
systemContainerLabel = "com.docker.editions.system"
|
||||||
)
|
)
|
||||||
|
|
||||||
// SystemContainerCapturer gets the logs from containers which are run
|
// SystemContainerCapturer gets the logs from containers which are run
|
||||||
|
Loading…
Reference in New Issue
Block a user