Replies: 2 comments 3 replies
-
This will work with Podman 5.0 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Note the fact that this works rootless is a implementation detail. As root a --internal networks do not have ports forwarded at all. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to run a container without network access (in rootless mode), but publish a port from the container (so I can't use
--network=private
). According to the internet, this can be achieved using:I've set
default_rootless_network_cmd="pasta"
and don't haveslirp4netns
installed. Thepodman run
command above gives an error:Is this a bug, unsupported or am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions