initial commit
This commit is contained in:
25
docker-compose.yml
Normal file
25
docker-compose.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
version: '3'
|
||||
services:
|
||||
rkkvm:
|
||||
image: rkkvm:latest
|
||||
container_name: rkkvm
|
||||
privileged: true
|
||||
volumes:
|
||||
- /sys/kernel/config:/sys/kernel/config
|
||||
- ./test_data:/data
|
||||
devices:
|
||||
- /dev/hidg0
|
||||
- /dev/hidg1
|
||||
- /dev/hidg2
|
||||
- /dev/video0
|
||||
- /dev/snd
|
||||
- /dev/dri
|
||||
- /dev/dma_heap
|
||||
- /dev/mpp_service
|
||||
- /dev/mali0
|
||||
- /dev/rga
|
||||
#environment:
|
||||
# - EDID=1
|
||||
ports:
|
||||
- 8888:8080
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user