~修复docker相关bug

This commit is contained in:
juewuy
2026-02-08 18:25:47 +08:00
parent fc1c3c4415
commit 053f05d394
3 changed files with 4 additions and 3 deletions

View File

@@ -57,6 +57,7 @@ docker run -d \
--cap-add NET_ADMIN \
--cap-add NET_RAW \
--cap-add SYS_ADMIN \
--sysctl net.ipv4.ip_forward=1 \
--device /dev/net/tun:/dev/net/tun \
--restart unless-stopped \
juewuy/shellcrash:latest