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