Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Request for Documentation on Devices for MultiContainer Mapping [Screen Blocks] #79

Open
jtsmedley opened this issue Jun 14, 2018 · 1 comment

Comments

@jtsmedley
Copy link

jtsmedley commented Jun 14, 2018

I need a list of devices that must be mapped through to allow electron to start so that I can segment off my other containers from interfering with the display. Screen buffer starts to break after containers reboot in the backend and lose control of the devices while a new container boots up.

@jtsmedley
Copy link
Author

devices:
  - "/dev/tty0:/dev/tty0"
  - "/dev/tty2:/dev/tty2"
  - "/dev/fb0:/dev/fb0"
  - "/dev/input:/dev/input"
  - "/dev/snd:/dev/snd"

This is the devices I used to test. All other container need to be ran with just the devices they need access to.

@jtsmedley jtsmedley changed the title Request for Documentation on Devices for MultiContainer Mapping Request for Documentation on Devices for MultiContainer Mapping [Screen Blocks] Jun 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant