-
Notifications
You must be signed in to change notification settings - Fork 322
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
/dev cannot be mounted when podman-run started with -t option. #150
Comments
giuseppe
added a commit
to giuseppe/crun
that referenced
this issue
Oct 29, 2019
ignore errors if the file cannot be created as it might already exist. We are anyway going to create a mount on top of it and we'll catch possible errors during the mount itself. Closes: containers#150 Signed-off-by: Giuseppe Scrivano <[email protected]>
opened a PR: #151 |
giuseppe
added a commit
to giuseppe/crun
that referenced
this issue
Oct 30, 2019
if the file cannot be created, check if it already exists before raising an error. Closes: containers#150 Signed-off-by: Giuseppe Scrivano <[email protected]>
dfaggioli
added a commit
to dfaggioli/microos-toolbox
that referenced
this issue
Mar 23, 2020
As described by this libpod issue: containers/podman#4900 a rootless privileged container refuses to start if anything has changed in the host device layout since the container creation. Using '-v /dev:/dev:rslave' helps, but then we run into this other issue (about tty permissions): containers/crun#150 Fix that too by slightly changing container creation. Using 'sleep +Inf' comes from Fedora Silverblue toolbox. This was described in our issue: openSUSE#3 Signed-off-by: Dario Faggioli <[email protected]>
dfaggioli
added a commit
to dfaggioli/microos-toolbox
that referenced
this issue
Mar 23, 2020
As described by this libpod issue: containers/podman#4900 a rootless privileged container refuses to start if anything has changed in the host device layout since the container creation. Using '-v /dev:/dev:rslave' helps, but then we run into this other issue (about tty permissions): containers/crun#150 Fix that too by slightly changing container creation. Using 'sleep +Inf' comes from Fedora Silverblue toolbox. This was described in our issue: openSUSE#3 Signed-off-by: Dario Faggioli <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/kind bug
$ podman --version
podman version 1.6.1
The following command fails with rootless podman.
The current workaround is to..
The text was updated successfully, but these errors were encountered: