Skip to content

A statically linked build of udptunnel in a Docker container.

License

Notifications You must be signed in to change notification settings

hectorm/docker-udptunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udptunnel

A statically linked build of udptunnel in a Docker container.

Usage

docker run --rm --network host -it docker.io/hectorm/udptunnel:latest --help

Export build to local filesystem

docker pull docker.io/hectorm/udptunnel:latest
docker save docker.io/hectorm/udptunnel:latest | tar -xO --wildcards '*/layer.tar' | tar -xi udptunnel