Decentralized websites using Bitcoin crypto and the BitTorrent network - https://zeronet.io
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
Andy e7cac22a7a
bump zeronet to v0.6.2
6 年前
Dockerfile bump zeronet to v0.6.2 6 年前
LICENSE changed license; changed network name 8 年前
README.md bump zeronet to v0.6.2 6 年前
docker-compose.yml updates 7 年前
launch bump zeronet to v0.6.2 6 年前

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