Skip to content

ep76/docker-socat-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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