Svelte Hacker News logo
  • top
  • new
  • show
  • ask
  • jobs
  • about

Passt – Plug a Simple Socket Transport

passt.top

19 points by zdw 7 days ago

evertheylen 18 minutes ago

Great piece of software. For me its killer feature is automatically passing through exposed ports in a container, so you don't have to recreate the container with different -p options. (See https://evertheylen.eu/p/probox-intro/#network)

nezirus 3 hours ago

For some context, Passt is used by podman for rootless networking (by default from Podman 5.0)

It is a noticable improvement for traffic heavy containers.

https://github.com/containers/podman/blob/main/docs/tutorial...