Skip to content

add dev volume mount for tty and other devices

Matthew Krupczak requested to merge slash_dev_volume_mount into master

Currently, the effort ongoing with https://gitlab.com/KSU_EVT/kart-pc-utils/-/merge_requests/2 has yielded some udev rules which successfully mount the teensy and rtk-gps (u-blox) and symlink them to consistent points at /dev/teensy0, /dev/teensy1, and /dev/moving_base

This merge request adds a docker volume mount from the Host's /dev to the the Guest's (voltron_ws) /dev. Using this technique instead of --share, the symlinks appear and function as expected

Merge request reports