Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/botto/docker-tinc
Simple docker image to run tinc
https://github.com/botto/docker-tinc
Last synced: about 5 hours ago
JSON representation
Simple docker image to run tinc
- Host: GitHub
- URL: https://github.com/botto/docker-tinc
- Owner: botto
- Created: 2015-05-21T20:10:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-21T21:31:32.000Z (over 9 years ago)
- Last Synced: 2024-04-15T02:59:51.618Z (7 months ago)
- Language: Shell
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple docker container that runs tinc
The host will need the `tun` module loaded, the container will need to run with capability `NET_ADMIN` to work## Getting started
The first step is to generate your node keys
`docker run -v (pwd)/data//:/tinc_conf --cap-add=NET_ADMIN tinc init `Once you have generated node keys you can configure your node and connect
`docker run --name="" -v (pwd)/data//:/tinc_conf --cap-add=NET_ADMIN -d tinc start -D`Details on how to configure a network is a google search away, at some point I might put up some details on how to set up a ipv6 network