Skip to content

JuanCSUCoder/HamachiHaguichiDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hamachi + Haguichi in Docker GitHub GitHub forks GitHub stars

Since Hamachi is made for old versions of Ubuntu and CentOS, here is a little workaround to make it work properly on every linux system, with Haguichi as the graphical frontend to use it.

GUI only works in X server

To pull:

docker pull juancsucoder/hamachihaguichi

To build:

git clone https://github.com/JCSUCoder/HamachiHaguichiDocker.git
cd HamachiHaguichiDocker
docker build . -t juancsucoder/hamachihaguichi

To run use:

docker run -d --name="HamachiHaguichi" --privileged="true" -v "/etc/localtime":"/etc/localtime":ro --volume="$HOME/.Xauthority:/root/.Xauthority:rw" --env="DISPLAY" --net=host juancsucoder/hamachihaguichi

To open GUI:

docker exec HamachiHaguichi haguichi

About

A little workaround to make hamachi work on any linux system properly, with a graphical interface. Using Docker.

Resources

License

Stars

Watchers

Forks

Contributors