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

https://github.com/cuongnb14/hamachi

docker image for hamachi
https://github.com/cuongnb14/hamachi

Last synced: 8 months ago
JSON representation

docker image for hamachi

Awesome Lists containing this project

README

          

# hamachi
Docker image for hamachi

# Setup

### Step 1: Run container
`docker-compose up -d`

or

`docker run -d --name hamachi --hostname hamachi --privileged --network host --restart=always cuongnb14/hamachi`

### Step 2: Create or Join network
`Make bash`

Use hamachi tool to create and join

```
# Login
hamachi login

# Create network
hamachi create

# Delete network
hamachi delete

# Join network
hamachi join

# Remove client
hamachi evict

# Set nick-name
hamachi set-nick

# List client:
hamachi list
```