-
Notifications
You must be signed in to change notification settings - Fork 64
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
Driver is not reading correct rootless info #92
Comments
Hi @silvercrown07 , thank you for the report. |
After some digging i think i found the source: containers/podman@04b43cc And yes it's a podman 3.x change |
towe75
added a commit
that referenced
this issue
Mar 22, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys, recently I have been playing with the driver quite some and found some information displayed in nomad ui incorrectly, which is the
rootless
attribute.Per the current implementation, it's reading from
info.Host.Rootless
:nomad-driver-podman/driver.go
Line 224 in bf21e15
However I think it should be
host.security.rootless
per the podman's documentation: https://docs.podman.io/en/latest/_static/api.html#operation/libpodGetInfoPlease let me know if I got things wrong, and thank you for this awesome driver!
The text was updated successfully, but these errors were encountered: