Decentralized websites using Bitcoin crypto and the BitTorrent network - https://zeronet.io
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.
 
 
Andy 7148a84fbf
fixed readme
8 years ago
Dockerfile add Zeronet to a Docker container 8 years ago
Dockerfile.debian add Zeronet to a Docker container 8 years ago
LICENSE Initial commit 8 years ago
README.md fixed readme 8 years ago

README.md

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