https://github.com/theohbrothers/docker-socat
Dockerized socat 🐳
https://github.com/theohbrothers/docker-socat
buildx docker proxy socat
Last synced: 7 months ago
JSON representation
Dockerized socat 🐳
- Host: GitHub
- URL: https://github.com/theohbrothers/docker-socat
- Owner: theohbrothers
- License: apache-2.0
- Created: 2022-10-15T14:34:10.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T13:00:18.000Z (over 1 year ago)
- Last Synced: 2025-01-25T14:28:51.882Z (9 months ago)
- Topics: buildx, docker, proxy, socat
- Language: PowerShell
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-socat
[](https://github.com/theohbrothers/docker-socat/actions/workflows/ci-master-pr.yml)
[](https://github.com/theohbrothers/docker-socat/releases/)
[](https://hub.docker.com/r/theohbrothers/docker-socat)Dockerized [socat](http://www.dest-unreach.org/socat/).
## Tags
| Tag | Dockerfile Build Context |
|:-------:|:---------:|
| `:0.0.0`, `:latest` | [View](variants/0.0.0) |## Development
Requires Windows `powershell` or [`pwsh`](https://github.com/PowerShell/PowerShell).
```powershell
# Install Generate-DockerImageVariants module: https://github.com/theohbrothers/Generate-DockerImageVariants
Install-Module -Name Generate-DockerImageVariants -Repository PSGallery -Scope CurrentUser -Force -Verbose# Edit ./generate templates
# Generate the variants
Generate-DockerImageVariants .
```