1
0
mirror of https://github.com/rancher/os.git synced 2025-07-31 06:32:09 +00:00

Bind mount ros in udev-autoformat and udev-cold

This commit is contained in:
Josh Curl 2016-07-31 19:48:10 -07:00
parent 782f9059ba
commit 25628b7df4
No known key found for this signature in database
GPG Key ID: 82B504B9BCCFA677

View File

@ -63,6 +63,7 @@ rancher:
- /dev:/host/dev
- /lib/modules:/lib/modules
- /lib/firmware:/lib/firmware
- /usr/bin/ros:/usr/bin/ros:ro
bootstrap_docker:
args: [daemon, -s, overlay, -b, none, --restart=false, -g, /var/lib/system-docker,
-G, root, -H, 'unix:///var/run/system-docker.sock', --userland-proxy=false]
@ -305,6 +306,8 @@ rancher:
privileged: true
volumes_from:
- system-volumes
volumes:
- /usr/bin/ros:/usr/bin/ros:ro
udev:
image: {{.OS_REPO}}/os-udev:{{.VERSION}}{{.SUFFIX}}
environment: