Ecosyste.ms: Awesome
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: 12 days ago
JSON representation
A statically linked build of udptunnel in a Docker container.
- Host: GitHub
- URL: https://github.com/hectorm/docker-udptunnel
- Owner: hectorm
- License: mit
- Created: 2020-06-16T22:42:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T15:55:58.000Z (4 months ago)
- Last Synced: 2024-10-10T16:21:07.078Z (24 days ago)
- Language: Makefile
- Homepage: https://hub.docker.com/r/hectorm/udptunnel
- Size: 41 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```