-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
runc run fails with "mkdir /run/runc: permission denied" #1413
Comments
hmm, it seems runc must be executed as root. If that's the case, I think it's worth to mention it on README, right? |
@jwendell It used to be the case that runc could only be run as root. Recently (#774) runc can now be run as an unprivileged user (runc used to output "you must run me as root" but since that is no longer true the errors are less obvious). Though you're right that the README probably should be cleaned up significantly (the shell examples aren't very pretty). |
Closes opencontainers#1413. Signed-off-by: Jonh Wendell <jonh.wendell@redhat.com>
Closes opencontainers#1413. Signed-off-by: Jonh Wendell <jonh.wendell@redhat.com>
Closes opencontainers#1413. Signed-off-by: Jonh Wendell <jonh.wendell@redhat.com>
I followed the instructions found on README.md:
docker export $(docker create busybox) | tar -C rootfs -xvf -
runc spec
runc run mycontainerid
Got the error:
mkdir /run/runc: permission denied
Am I missing something?
The text was updated successfully, but these errors were encountered: