does nerdctl support host networking ?? #1153
Answered
by
junnplus
jeffgtxjava
asked this question in
Q&A
-
We are trying to move away from docker cli to nerdctl as part of docker-shim deprecation. However when I run
container inspect tells
ENV :
|
Beta Was this translation helpful? Give feedback.
Answered by
junnplus
Jun 22, 2022
Replies: 2 comments 7 replies
-
This is expected. You can use the host network via |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
junnplus
-
We can only inspect networks created through the CNI interface |
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
This is expected.
You can use the host network via
nerdctl run --net host
.