Skip to content
Discussion options

You must be logged in to vote

This is not possible, podman is designed to fully isolate users from each that includes networking.
If you want to mix networking across users you are own you own and podman cannot help you there. One option to bind the ports to the host ip and then have the service talk via the host ip.

But the much simpler answer is run everything as one user (maybe even root) and then use --userns auto to isolate the containers from each other.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Shadow8472
Comment options

Answer selected by Shadow8472
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants