Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 673 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 673 Bytes

docker-socat-static

A Docker image for socat, statically compiled with musl

CI DockerHub

Usage

In shell

$ docker run --rm ep76/socat-static:latest -V
# <version string>

In Dockerfile

COPY --from=ep76/socat-static:latest /usr /usr

License

MIT