You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo nerdctl run -d --net ns:/run/netns/lepton-test busybox sleep Inf
and (of course?)
sudo nerdctl run -d --net ns:lepton-test busybox sleep Inf
... will fail.
Is there a particular reason not to allow network namespaces names instead of full path?
Put otherwise: are there cases where passing along a full path that is not under /run/netns would be required?
Describe the solution you'd like
na
Additional context
No response
The text was updated successfully, but these errors were encountered:
What is the problem you're trying to solve
Currently, we require absolute path to the ns.
eg:
and (of course?)
... will fail.
Is there a particular reason not to allow network namespaces names instead of full path?
Put otherwise: are there cases where passing along a full path that is not under
/run/netns
would be required?Describe the solution you'd like
na
Additional context
No response
The text was updated successfully, but these errors were encountered: