mirror of
https://github.com/rancher/os.git
synced 2025-07-13 06:34:04 +00:00
Merge pull request #1138 from joshwget/add-ros
Bind mount ros in udev-autoformat and udev-cold
This commit is contained in:
commit
e5f1f299f0
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user