https://github.com/juancsucoder/hamachihaguichidocker
A little workaround to make hamachi work on any linux system properly, with a graphical interface. Using Docker.
https://github.com/juancsucoder/hamachihaguichidocker
Last synced: 2 months ago
JSON representation
A little workaround to make hamachi work on any linux system properly, with a graphical interface. Using Docker.
- Host: GitHub
- URL: https://github.com/juancsucoder/hamachihaguichidocker
- Owner: JuanCSUCoder
- License: mit
- Created: 2020-08-07T17:30:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T20:29:45.000Z (over 4 years ago)
- Last Synced: 2025-01-22T17:46:10.681Z (4 months ago)
- Language: Dockerfile
- Homepage:
- Size: 569 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hamachi + Haguichi in Docker   
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:
```shell
docker pull juancsucoder/hamachihaguichi
```To build:
```shell
git clone https://github.com/JCSUCoder/HamachiHaguichiDocker.git
cd HamachiHaguichiDocker
docker build . -t juancsucoder/hamachihaguichi
```To run use:
```shell
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:
```shell
docker exec HamachiHaguichi haguichi
```