|
|
|
|
|
by eriksjolund
430 days ago
|
|
You can use the podman option `--network=none` together with the systemd directive `RestrictAddressFamilies=` I wrote a demo:
https://www.redhat.com/en/blog/podman-systemd-limit-access Podman will then not have the privilege to pull the container image, but a web server container can still serve the internet with socket activation. |
|