增加MRZCPD在firewall容器中的集成。
This commit is contained in:
5
dockerfile/firewall/usvhost_create.sh
Executable file
5
dockerfile/firewall/usvhost_create.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash -ex
|
||||
mkdir -p /run/usvhost
|
||||
python -c "import socket as s; sock = s.socket(s.AF_UNIX); sock.bind('/run/usvhost/usvhost0')"
|
||||
python -c "import socket as s; sock = s.socket(s.AF_UNIX); sock.bind('/run/usvhost/usvhost1')"
|
||||
exec tail -f /dev/null
|
||||
Reference in New Issue
Block a user