1
0
mirror of https://github.com/rancher/os.git synced 2025-09-17 07:30:42 +00:00

Merge pull request #847 from joshwget/bind-mount-var-lib-system-docker

Bind mount /var/lib/system-docker
This commit is contained in:
Darren Shepherd
2016-03-31 18:41:30 -07:00

View File

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