From e1026a1f954a1d85591c77eff3529634c55941fd Mon Sep 17 00:00:00 2001 From: Nathan LeClaire Date: Tue, 10 Jan 2017 13:29:47 -0800 Subject: [PATCH] Change system container label Signed-off-by: Nathan LeClaire --- alpine/packages/diagnostics/system_log_capture.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/packages/diagnostics/system_log_capture.go b/alpine/packages/diagnostics/system_log_capture.go index e6515ea69..415c8503d 100644 --- a/alpine/packages/diagnostics/system_log_capture.go +++ b/alpine/packages/diagnostics/system_log_capture.go @@ -12,7 +12,7 @@ import ( const ( systemLogDir = "editionslogs" - systemContainerLabel = "system" + systemContainerLabel = "com.docker.editions.system" ) // SystemContainerCapturer gets the logs from containers which are run