We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kcli does not seem to work on rootless podman:
> alias kclishell alias kclishell='podman run --net host -it --rm --security-opt label=disable -v $HOME/.ssh:/root/.ssh -v $HOME/.kcli:/root/.kcli -v /var/lib/libvirt/images:/var/lib/libvirt/images -v /var/run/libvirt:/var/run/libvirt -v $PWD:/workdir --entrypoint=/bin/bash quay.io/karmab/kcli' > kclishell jose@think:/$ ls /root/ ls: cannot open directory '/root/': Permission denied
The text was updated successfully, but these errors were encountered:
Using docker instead of podman as a workaround seems to work.
docker
podman
Sorry, something went wrong.
No branches or pull requests
Kcli does not seem to work on rootless podman:
The text was updated successfully, but these errors were encountered: