Decentralized websites using Bitcoin crypto and the BitTorrent network - https://zeronet.io
Go to file
2018-03-04 00:29:48 +01:00
docker-compose.yml updates 2017-06-20 20:32:27 +02:00
Dockerfile bump zeronet to v0.6.2 2018-03-04 00:29:48 +01:00
launch bump zeronet to v0.6.2 2018-03-04 00:29:48 +01:00
LICENSE changed license; changed network name 2016-04-12 12:12:37 +02:00
README.md bump zeronet to v0.6.2 2018-03-04 00:29:48 +01:00

Zeronet in Docker container.

Build & Run

docker build -t andrey01/zeronet .
docker-compose run --rm --service-ports zeronet

Access

Backing up the data

The following command will create a backup of your zeronet_data volume in your current directory as zeronet_data.tar file:

docker run \
  --rm \
  -v zeronet_data:/data:ro \
  -v $(pwd):/export \
  alpine:3.7 \
  tar cvf /export/zeronet_data.tar /data