mirror of
https://github.com/rancher/os.git
synced 2025-06-23 13:37:03 +00:00
bind mount iptables into default console
to fix user docker (broken in default console)
This commit is contained in:
parent
a0c92669aa
commit
7096ac3fc4
@ -150,6 +150,8 @@ rancher:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes_from:
|
volumes_from:
|
||||||
- all-volumes
|
- all-volumes
|
||||||
|
volumes:
|
||||||
|
- /usr/bin/iptables:/sbin/iptables:ro
|
||||||
docker-volumes:
|
docker-volumes:
|
||||||
image: rancher/os-state:v0.4.0-dev
|
image: rancher/os-state:v0.4.0-dev
|
||||||
labels:
|
labels:
|
||||||
|
Loading…
Reference in New Issue
Block a user