Skip to content

Instantly share code, notes, and snippets.

/-

Created April 4, 2017 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/365a1005bfe10ed1de0be2140434b765 to your computer and use it in GitHub Desktop.
Save anonymous/365a1005bfe10ed1de0be2140434b765 to your computer and use it in GitHub Desktop.
# Shared mounts
lxc.mount.entry = /dev/dri dev/dri none bind,optional,create=dir
lxc.mount.entry = /dev/snd dev/snd none bind,optional,create=dir
lxc.mount.entry = /dev/video0 dev/video0 none bind,optional,create=file
lxc.mount.entry = /tmp/.X11-unix tmp/.X11-unix none bind,optional,create=dir
lxc.mount.entry= /home/kayttaja/Dropbox home/ubuntu/Dropbox none bind 0 0
lxc.mount.entry= /home/kayttaja/Lataukset home/ubuntu/Downloads none bind 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment