Files
bearnet/docker-compose.yml
2026-06-16 16:42:28 +08:00

15 lines
285 B
YAML

# 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