LoginSignup
10
9

More than 5 years have passed since last update.

docker特権コンテナからusb機器を利用

Last updated at Posted at 2016-02-22

参考

docker-compose.yml

docker-compose.yml
 srv:
   image: ubuntu:14.04
+  privileged: true
   volumes:
    - /etc/localtime:/etc/localtime:ro
+   - /dev/bus/usb/:/dev/bus/usb/:rw
   entrypoint:
    - /sbin/init
10
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
9