Displaying 3 results from an estimated 3 matches for "jenserat".
Did you mean:
generat
2017 Sep 11
2
Docker container for Raspberry Pi
Hi everybody.
Just wanted to mention that I've published a docker image of tinc 1.1pre15
for the raspberry pi 2/3.
It was compiled from source on a raspberry 3 and published as
byscontrol/tinc-rpi <https://hub.docker.com/r/byscontrol/tinc-rpi/> along
witht the configuration instructions.
The latest tag refers to 1.1pre15 only, but I can publish other versions as
well if needed.
Hope
2017 Sep 13
0
Docker container for Raspberry Pi
...; well if needed.
Nice. But why is a Raspberry-specific image necessary?
Looking at your Dockerfile, it should build just as well for any
architecture supported by Debian or any of its derivatives.
I see that there are actually quite a lot of images for tinc on Docker
Hub. The most popular one is jenserat/tinc. It seems it's somewhat
simpler than yours. In particular, it's missing a configure.sh script
that parses environment variables. However, where you say something like
"-e TINC_NAME:client1", which gets parsed by your configure.sh script,
with jenserats's version you just...
2019 Jun 10
1
Synology NAS, Tinc docker and windows
Hi!
I tried these two Dockers on Synology nas:
https://github.com/JensErat/docker-tinc/
https://github.com/bys-control/docker-tinc
For testing i set up a master Windows machine and a client one with also
Windows.
Connection between of them Works.
So no i try to add a Synology NAS, so i can do remote backup.
But i cannot set up any connection between the Docker container...