Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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