Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chpio/docker-cjdns
https://github.com/chpio/docker-cjdns
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/chpio/docker-cjdns
- Owner: chpio
- License: mit
- Created: 2015-12-10T23:07:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T16:31:19.000Z (over 3 years ago)
- Last Synced: 2024-11-03T20:35:52.250Z (about 1 month ago)
- Language: Dockerfile
- Size: 43.9 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - chpio/docker-cjdns - (others)
README
# docker cjdns
## Usage
### latest release
```yaml
version: "2"
services:
cjdns:
image: chpio/cjdns:latest
cap_add:
- NET_ADMIN
volumes:
- ./data-cjdns:/data/cjdns
devices:
- /dev/net/tun
```### DIY builds
```sh
$ git clone "https://github.com/chpio/docker-cjdns.git"
$ cd docker-cjdns
$ CJDNS_TAG=cjdns-v20.2 docker-compose up
```