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 <dave.scott@docker.com>
This commit is contained in:
David Scott 2018-06-29 14:11:58 +01:00
parent d09fbe04fb
commit 6dfd40a639

View File

@ -1 +1,3 @@
image: memlogd
binds:
- /var/run:/var/run