Decentralized websites using Bitcoin crypto and the BitTorrent network - https://zeronet.io
Go to file
2016-03-19 11:38:07 +01:00
Dockerfile add Zeronet to a Docker container 2016-03-19 11:27:52 +01:00
Dockerfile.debian add Zeronet to a Docker container 2016-03-19 11:27:52 +01:00
LICENSE Initial commit 2016-03-19 10:26:48 +00:00
README.md fixed readme 2016-03-19 11:38:07 +01:00

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