Get StartedCommunity
Search
No results
Enter to navigate
Up and Down keys select

Set MELTDOWN_HOST=0.0.0.0 in .env.

Build and start the container.

docker build -t meltdown .
docker run  -it --rm -p 33765:33765 -v .:/app meltdown

The ./Dockerfile included in the repo is not standard. It has some tools for debugging installed within.

made by us