Skip to content
Discussion options

You must be logged in to vote

export CNI_PATH=$HOME/.local/bin/libexec/cni

This path looks weird.
The bridge binary should be located in $HOME/.local/libexec/cni.

nerdctl/docs/faq.md

Lines 214 to 222 in bcb5163

The default value is automatically detected by checking the following candidates:
- `~/.local/libexec/cni`
- `~/.local/lib/cni`
- `~/opt/cni/bin`
- `/usr/local/libexec/cni`
- `/usr/local/lib/cni`
- `/usr/libexec/cni`
- `/usr/lib/cni`
- `/opt/cni/bin`

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by frafra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #2718 on December 28, 2023 23:52.