Decentralized websites using Bitcoin crypto and the BitTorrent network - https://zeronet.io
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
Andy e7cac22a7a
bump zeronet to v0.6.2
6 anni fa
Dockerfile bump zeronet to v0.6.2 6 anni fa
LICENSE changed license; changed network name 8 anni fa
README.md bump zeronet to v0.6.2 6 anni fa
docker-compose.yml updates 7 anni fa
launch bump zeronet to v0.6.2 6 anni fa

README.md

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