Skip to content
New issue

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

Support for rootless podman #765

Open
josecastillolema opened this issue Dec 25, 2024 · 1 comment
Open

Support for rootless podman #765

josecastillolema opened this issue Dec 25, 2024 · 1 comment

Comments

@josecastillolema
Copy link

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
@josecastillolema
Copy link
Author

Using docker instead of podman as a workaround seems to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant