Sign inSign up

fabianbees/6tunnel

By fabianbees

Updated 26 days ago

Image
0

3.3K

fabianbees/6tunnel repository overview

6tunnel Docker image

Docker image for 6tunnel (IPv6 <-> IPv4 tunnel)

This docker image provides a 6tunnel server installation for amd64 and arm64 architectures.

6tunnel - Tunnelling for application that don't speak IPv6

Running container

docker run -d --name 6tunnel \
	--net=host \
	-v /path/to/6tunnel.conf:/6tunnel.conf \
	fabianbees/6tunnel

Alternativly you could run 6tunnel also via this command and without any configurtation file

docker run -it --rm fabianbees/6tunnel 6tunnel 80 example1.com 80

Tag summary

Content type

Image

Digest

sha256:62f5593d5

Size

7.4 MB

Last updated

26 days ago

docker pull fabianbees/6tunnel