You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

507 B

Intro

Running Zeronet in Docker container

Build

docker build -t my/zeronet .

Run

docker run -d -p 43110:43110 my/zeronet

Access

http://127.0.0.1:43110

Additional notes

If you already have your Web browser running in a container (e.g. Firefox in the firefox_net network), then you can run Zeronet container in the following way

docker run -d --name zeronet --net firefox_net my/zeronet

And access it via http://zeronet:43110