Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 12 days 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
```