-
podman-nginx-socket-activation
Demo of how to run socket-activated nginx with Podman. Source IP address is preserved.
Nginx (Nginx does not have proper systemd socket activation support, but it's possible to use an internal socket-passing mechanism that Nginx uses) https://github.com/eriksjolund/podman-nginx-socket-activation
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
For a server since OCI (https://opencontainers.org) there isn't a place/need for docker to be installed.
-
Apache HTTP Server https://github.com/eriksjolund/socket-activate-httpd
-
The issue seems to be more that the container I'm trying to run is trying to chown a directory and runs into "Operation not permitted" issues. Specifically, this script is being executed and is failing, no matter which combination of user/namespace commands I am feeding it.
Related posts
-
Combine host and podman network
-
Show HN: Run Nginx with Podman and socket activation
-
docker Vs podman - Which one is worth doing a dive in?
-
How to run an Nginx container with socket activation and rootless Podman? (I only got it working with a simplified Nginx container image)
-
Which alternative for slirp4netns in rootless containers is better?