mirror of
https://github.com/rancher/os.git
synced 2025-07-13 22:54: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:
commit
e5f1f299f0
@ -63,6 +63,7 @@ rancher:
|
|||||||
- /dev:/host/dev
|
- /dev:/host/dev
|
||||||
- /lib/modules:/lib/modules
|
- /lib/modules:/lib/modules
|
||||||
- /lib/firmware:/lib/firmware
|
- /lib/firmware:/lib/firmware
|
||||||
|
- /usr/bin/ros:/usr/bin/ros:ro
|
||||||
bootstrap_docker:
|
bootstrap_docker:
|
||||||
args: [daemon, -s, overlay, -b, none, --restart=false, -g, /var/lib/system-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]
|
-G, root, -H, 'unix:///var/run/system-docker.sock', --userland-proxy=false]
|
||||||
@ -305,6 +306,8 @@ rancher:
|
|||||||
privileged: true
|
privileged: true
|
||||||
volumes_from:
|
volumes_from:
|
||||||
- system-volumes
|
- system-volumes
|
||||||
|
volumes:
|
||||||
|
- /usr/bin/ros:/usr/bin/ros:ro
|
||||||
udev:
|
udev:
|
||||||
image: {{.OS_REPO}}/os-udev:{{.VERSION}}{{.SUFFIX}}
|
image: {{.OS_REPO}}/os-udev:{{.VERSION}}{{.SUFFIX}}
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user