Decentralized websites using Bitcoin crypto and the BitTorrent network - https://zeronet.io
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
Andy e7cac22a7a
bump zeronet to v0.6.2
il y a 6 ans
Dockerfile bump zeronet to v0.6.2 il y a 6 ans
LICENSE changed license; changed network name il y a 8 ans
README.md bump zeronet to v0.6.2 il y a 6 ans
docker-compose.yml updates il y a 7 ans
launch bump zeronet to v0.6.2 il y a 6 ans

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