How to run an Nginx container with socket activation and rootless Podman? (I only got it working with a simplified Nginx container image)

This page summarizes the projects mentioned and recommended in the original post on /r/selfhosted

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • podman-nginx-socket-activation

    Demo of how to run socket-activated nginx with Podman

  • The problem when running rootless Podman with socket activation and docker.io/library/nginx is caused by the closing of file descriptor 3 in /entrypoint.sh.

  • bypass4netns

    [Experimental] Accelerates slirp4netns using SECCOMP_IOCTL_NOTIF_ADDFD. As fast as `--net=host`.

  • Socket activation should be the fastest alternative as then there is no need to process and interpret the network traffic that is sent over the socket. Both slirp4netns and netavark process the traffic. If I understand correctly the network driver bypass4netns could have similar performance as socket activation. The current bypass4netns implementation has some security problems but it seems that could be fixed.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • docker-nginx

    Official NGINX Dockerfiles

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Combine host and podman network

    1 project | /r/podman | 13 Dec 2022
  • Show HN: Run Nginx with Podman and socket activation

    1 project | news.ycombinator.com | 17 Nov 2022
  • docker Vs podman - Which one is worth doing a dive in?

    3 projects | /r/linuxadmin | 21 Sep 2022
  • Rootless docker vs podman: pros and cons?

    5 projects | /r/linuxadmin | 9 Mar 2023
  • Which alternative for slirp4netns in rootless containers is better?

    5 projects | /r/podman | 9 Jul 2023