mirror of
https://github.com/rancher/os.git
synced 2025-06-29 08:16:49 +00:00
Merge pull request #1669 from joshwget/network-container-iptables
Bind mount host iptables into network container
This commit is contained in:
commit
8dc2050fd8
@ -189,6 +189,8 @@ rancher:
|
|||||||
volumes_from:
|
volumes_from:
|
||||||
- command-volumes
|
- command-volumes
|
||||||
- system-volumes
|
- system-volumes
|
||||||
|
volumes:
|
||||||
|
- /usr/bin/iptables:/sbin/iptables:ro
|
||||||
ntp:
|
ntp:
|
||||||
image: {{.OS_REPO}}/os-base:{{.VERSION}}{{.SUFFIX}}
|
image: {{.OS_REPO}}/os-base:{{.VERSION}}{{.SUFFIX}}
|
||||||
command: ntpd --nofork -g
|
command: ntpd --nofork -g
|
||||||
|
Loading…
Reference in New Issue
Block a user