mirror of
https://github.com/rancher/os.git
synced 2025-08-13 20:36:36 +00:00
Bind mount host iptables into network container
This commit is contained in:
parent
51de09e16e
commit
cdd682429e
@ -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