From 6dfd40a63924981c8cb27c6ca7d08184e53da20d Mon Sep 17 00:00:00 2001 From: David Scott Date: Fri, 29 Jun 2018 14:11:58 +0100 Subject: [PATCH] projects/linuxkit: bind /var/run in the memlogd container We will place the control sockets in the root /var/run and then share with all services who need access. Signed-off-by: David Scott --- projects/logging/pkg/memlogd/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/logging/pkg/memlogd/build.yml b/projects/logging/pkg/memlogd/build.yml index 10834ec22..23046aa4c 100644 --- a/projects/logging/pkg/memlogd/build.yml +++ b/projects/logging/pkg/memlogd/build.yml @@ -1 +1,3 @@ image: memlogd +binds: + - /var/run:/var/run