remove test.sh
This commit is contained in:
+5
-2
@@ -3,13 +3,16 @@ services:
|
||||
cloud:
|
||||
image: bearcloud:latest
|
||||
network_mode: host
|
||||
environment:
|
||||
CPU_COUNT: 4
|
||||
MEMORY: "4G"
|
||||
NET_INTERFACE: ""
|
||||
NET_MAC: ""
|
||||
volumes:
|
||||
- "./data:/image"
|
||||
- "./test.sh:/test.sh"
|
||||
devices:
|
||||
- "/dev/kvm:/dev/kvm"
|
||||
- "/dev/net/tun:/dev/net/tun"
|
||||
entrypoint: ["/sbin/tini", "/test.sh"]
|
||||
cap_add:
|
||||
- CAP_SYS_ADMIN
|
||||
- CAP_NET_ADMIN
|
||||
|
||||
Reference in New Issue
Block a user