1
0
mirror of https://github.com/rancher/os.git synced 2025-09-23 11:30:49 +00:00

Bind mount /var/lib/system-docker

This commit is contained in:
Josh Curl
2016-03-31 12:52:14 -07:00
parent 529e7dab06
commit 9d8f6475aa

View File

@@ -178,6 +178,7 @@ rancher:
read_only: true read_only: true
volumes: volumes:
- /var/lib/docker:/var/lib/docker - /var/lib/docker:/var/lib/docker
- /var/lib/system-docker:/var/lib/system-docker
- /var/lib/rkt:/var/lib/rkt - /var/lib/rkt:/var/lib/rkt
network: network:
image: {{.OS_IMAGES_ROOT}}/os-network:{{.VERSION}}{{.SUFFIX}} image: {{.OS_IMAGES_ROOT}}/os-network:{{.VERSION}}{{.SUFFIX}}