mirror of
https://github.com/rancher/os.git
synced 2025-07-16 08:05:51 +00:00
Fix user-docker sucks with docker-17.12.1+ (#2332)
This commit is contained in:
parent
7fc526eb08
commit
b17d3db95d
@ -138,7 +138,7 @@ rancher:
|
|||||||
privileged: true
|
privileged: true
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
- /var/lib/docker:/var/lib/docker
|
- /var/lib/user-docker:/var/lib/docker
|
||||||
user-volumes:
|
user-volumes:
|
||||||
image: {{.OS_REPO}}/os-base:{{.VERSION}}{{.SUFFIX}}
|
image: {{.OS_REPO}}/os-base:{{.VERSION}}{{.SUFFIX}}
|
||||||
command: echo
|
command: echo
|
||||||
|
Loading…
Reference in New Issue
Block a user