为 Docker 容器添加 kvmd 系列管理命令

This commit is contained in:
mofeng-git
2024-11-21 02:52:36 +00:00
parent eec64ef57c
commit 506d8a4a64
7 changed files with 19 additions and 1 deletions

3
scripts/kvmd-otg Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
cd / && python3 -m kvmd.apps.otg "$@"