fix and finally ran
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
# for testing and reference only
|
||||
services:
|
||||
cloud:
|
||||
build: .
|
||||
volumes:
|
||||
- "./data:/image"
|
||||
- "./test.sh:/test.sh"
|
||||
devices:
|
||||
- "/dev/kvm:/dev/kvm"
|
||||
entrypoint: ["/sbin/tini", "/test.sh"]
|
||||
cap_add:
|
||||
- CAP_SYS_ADMIN
|
||||
tty: true
|
||||
stdin_open: true
|
||||
Reference in New Issue
Block a user