1
0
Derivar 0
Decentralized websites using Bitcoin crypto and the BitTorrent network - https://zeronet.io
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
Andy e7cac22a7a
bump zeronet to v0.6.2
há 6 anos
Dockerfile bump zeronet to v0.6.2 há 6 anos
LICENSE changed license; changed network name há 8 anos
README.md bump zeronet to v0.6.2 há 6 anos
docker-compose.yml updates há 7 anos
launch bump zeronet to v0.6.2 há 6 anos

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