An open API service indexing awesome lists of open source software.

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 🐳

Awesome Lists containing this project

README

          

# docker-socat

[![github-actions](https://github.com/theohbrothers/docker-socat/actions/workflows/ci-master-pr.yml/badge.svg?branch=master)](https://github.com/theohbrothers/docker-socat/actions/workflows/ci-master-pr.yml)
[![github-release](https://img.shields.io/github/v/release/theohbrothers/docker-socat?style=flat-square)](https://github.com/theohbrothers/docker-socat/releases/)
[![docker-image-size](https://img.shields.io/docker/image-size/theohbrothers/docker-socat/latest)](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 .
```