1
0
mirror of https://github.com/rancher/os.git synced 2025-05-09 08:36:20 +00:00

bind mount iptables into default console

to fix user docker (broken in default console)
This commit is contained in:
Ivan Mikushin 2015-08-31 12:53:45 +05:00
parent a0c92669aa
commit 7096ac3fc4

View File

@ -150,6 +150,8 @@ rancher:
restart: always
volumes_from:
- all-volumes
volumes:
- /usr/bin/iptables:/sbin/iptables:ro
docker-volumes:
image: rancher/os-state:v0.4.0-dev
labels: