https://github.com/botto/docker-tinc
Simple docker image to run tinc
https://github.com/botto/docker-tinc
Last synced: 4 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-21T21:31:32.000Z (about 10 years ago)
- Last Synced: 2025-01-15T07:18:54.914Z (6 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