You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, -exec sudo is required when targeting docker for integration tests.
It should be possible to test without that.
There are currently issues preventing it - most of them around systemctl w/o --user, but also some tests assuming you can manipulate from the host any filesystem resource controlled but the daemon.
Or if this is not desirable, we should check and fail immediately if not root.
Steps to reproduce the issue
No response
Describe the results you received and expected
na
What version of nerdctl are you using?
main
Are you using a variant of nerdctl? (e.g., Rancher Desktop)
None
Host information
No response
The text was updated successfully, but these errors were encountered:
Description
Currently,
-exec sudo
is required when targeting docker for integration tests.It should be possible to test without that.
There are currently issues preventing it - most of them around
systemctl
w/o--user
, but also some tests assuming you can manipulate from the host any filesystem resource controlled but the daemon.Or if this is not desirable, we should check and fail immediately if not root.
Steps to reproduce the issue
No response
Describe the results you received and expected
na
What version of nerdctl are you using?
main
Are you using a variant of nerdctl? (e.g., Rancher Desktop)
None
Host information
No response
The text was updated successfully, but these errors were encountered: