Running Unprivileged in Azure - unable to port map #172
-
Unlike Docker/Podman, Azure Container Instances doesn't permit port mapping. With the inability to set
I receive this message:
The Dockerfile is using : nginxinc/nginx-unprivileged:stable-alpine I've attempted various changes to EXPOSE - attempting to run it as User root , as well as the desired end-state non-privileged account. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
From what I can find, you might be able to try something like what's described here https://stackoverflow.com/a/75031898, but I am also seeing reports of ACI not allowing HTTPS/SSL connections, and needing to create an additional sort of entrypoint/sidecar https://stackoverflow.com/a/60965775. I'm sorry I can't offer any further assistance! |
Beta Was this translation helpful? Give feedback.
From what I can find, you might be able to try something like what's described here https://stackoverflow.com/a/75031898, but I am also seeing reports of ACI not allowing HTTPS/SSL connections, and needing to create an additional sort of entrypoint/sidecar https://stackoverflow.com/a/60965775. I'm sorry I can't offer any further assistance!