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:
@@ -13,6 +13,7 @@ RUN apk add --no-cache \
|
||||
libxext \
|
||||
libssl3 \
|
||||
ca-certificates \
|
||||
docker \
|
||||
fontconfig \
|
||||
freetype \
|
||||
ttf-dejavu \
|
||||
|
||||
Reference in New Issue
Block a user