USB
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
alpine:
|
||||
build: .
|
||||
devices:
|
||||
- /dev/loop-control:/dev/loop-control
|
||||
privileged: true
|
||||
volumes:
|
||||
- ./data:/work
|
||||
- ./scripts:/scripts:ro
|
||||
- ./nebula:/nebula:ro
|
||||
- ./output:/output
|
||||
- /dev:/dev
|
||||
working_dir: /work
|
||||
tty: true
|
||||
stdin_open: true
|
||||
Reference in New Issue
Block a user