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

https://github.com/hectorm/docker-udptunnel

A statically linked build of udptunnel in a Docker container.
https://github.com/hectorm/docker-udptunnel

Last synced: 9 months ago
JSON representation

A statically linked build of udptunnel in a Docker container.

Awesome Lists containing this project

README

          

# udptunnel

A statically linked build of [udptunnel](https://github.com/hectorm/udptunnel) in a Docker container.

## Usage
```sh
docker run --rm --network host -it docker.io/hectorm/udptunnel:latest --help
```

## Export build to local filesystem
```sh
docker pull docker.io/hectorm/udptunnel:latest
docker save docker.io/hectorm/udptunnel:latest | tar -xO --wildcards '*/layer.tar' | tar -xi udptunnel
```