wxlg1117 / udp2raw-build-Dockerfile

Udp2raw-tunnel Build Dockerfile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

udp2raw Build Dockerfile

Docker container to build Udp2raw-tunnel as a static executable.

Usage

You can build the Udp2raw-tunnel Docker container from source, during the container's build it will create the Udp2raw-tunnel binaries executables.

To create the Docker container from scratch and copy the binaries to the current working directory, run the commands below:

git clone https://github.com/wxlg1117/udp2raw-build-Dockerfile.git
cd udp2raw-build-Dockerfile
docker build -t udp2raw-build . 2>&1 | tee build.log
docker run -it --rm -v $(pwd):/workdir -w="/workdir" udp2raw-build sh -c "cp /usr/local/src/udp2raw-tunnel/udp2raw_*binaries.tar.gz /workdir"

About

Udp2raw-tunnel Build Dockerfile


Languages

Language:Dockerfile 100.0%