orandaio
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
A small Go library built to make it dead simple to expose internal ports from a Docker container (can be used anywhere, but this was my use-case). I had trouble finding a simple tool to expose internal ports…
-
Hi HN, I needed a way to programmatically execute remote commands in a Docker container without access to the host (no Docker Exec from Codespaces). I also wanted to avoid managing SSH connections for one-off commands…