This webapp is ment to be used within the WebDojo.
Docker API Socket (/var/run/docker.sock) must be mounted.
docker run -d -p 80:8080 -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/0xffsec/honbu-dojo0xffsec-honbu-dojo :
image: ghcr.io/0xffsec/honbu-dojo
ports:
- "80:8080"
volumes:
- /var/run/docker.sock:/var/run/docker.sock- Install dependencies.
npm installnpm run start:devIn production. Both, client and server, will be bundled and server by the Node application.
npm run start:prod