1
0
mirror of https://github.com/rancher/os.git synced 2025-07-06 11:36:15 +00:00

Merge pull request #541 from imikushin/fix-console-docker

bind mount iptables into default console
This commit is contained in:
Ivan Mikushin 2015-08-31 12:57:36 +05:00
commit f18c1f8ee0

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: