feat: add docker socket mount and terminal websocket view to snek service

- Add docker package to Dockerfile for container management capabilities
- Mount docker socket and storage volumes in compose.yml with privileged mode
- Register TerminalView and TerminalSocketView routes in app router for web terminal access
This commit is contained in:
2025-03-22 17:16:36 +00:00
parent 0614251626
commit 20c2209162
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ RUN apk add --no-cache \
libxext \
libssl3 \
ca-certificates \
docker \
fontconfig \
freetype \
ttf-dejavu \