https://github.com/pboardman/cjdns-docker
cjdns docker image.
https://github.com/pboardman/cjdns-docker
Last synced: about 1 year ago
JSON representation
cjdns docker image.
- Host: GitHub
- URL: https://github.com/pboardman/cjdns-docker
- Owner: pboardman
- Created: 2016-08-23T19:56:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-16T16:45:45.000Z (over 9 years ago)
- Last Synced: 2025-01-23T18:50:11.403Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hyperboria node in a container
## How to use
Run ``` docker run -d --privileged --name hyperboria-node -v /PATH/ON/YOUR/MACHINE:/etc/cjdns lacsap/hyperboria ``` and the container will generate a default config
where you mounted ``` /etc/cjdns ``` (at ``` /PATH/ON/YOUR/MACHINE ```) and exit.
Edit this config file then restart the container with: ``` docker start hyperboria-node ```
## Notes
- If you don't know how to edit the config, refer to the [Hyperboria CJDNS repo](https://github.com/hyperboria/cjdns).
- For more info on hyperboria visit the [Hyperboria website](https://hyperboria.net/).