1
0
mirror of https://github.com/rancher/os.git synced 2025-07-13 14:44:03 +00:00

Merge pull request #1138 from joshwget/add-ros

Bind mount ros in udev-autoformat and udev-cold
This commit is contained in:
Darren Shepherd 2016-08-01 15:46:54 -07:00 committed by GitHub
commit e5f1f299f0

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: