-
Notifications
You must be signed in to change notification settings - Fork 499
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
Defaulting to --pod on breaks compose file with --userns #795
Comments
I think the check needs to be updated too. The only way to have it not be in a pod that I figured out is --in-pod "" A completely new argument probably needs to be created unless we either revert the default or occupy a special pod name "False" that means no pod will be used. |
|
Same issue here, strange that the default behavior is to break userns options, which is incredibly necessary when dealing with a mix of rootful and rootless containers under podman. |
Same issue here that change and breaks pretty much all my projects. |
@deliciouslytyped thanks for opening an issue. |
7f5ce26 breaks one of my compose files because
Error: --userns and --pod cannot be set together
. Passing --in-pod=False or something, would presumably fix this, butIs there a way to disable --pod in the yaml? If not, can there be a way added to do it from here on out, or can this somehow be fixed?
I tried looking at the source but couldn't figure out if there is an existing way to do it.
The text was updated successfully, but these errors were encountered: