-
Notifications
You must be signed in to change notification settings - Fork 41
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
Error when opening terminal #13
Comments
thanks i have not received that error yet but i'll look into it |
can you attach your system or docker version? 🤔 |
docker version 20.10.20 |
yes, as expected, I assume this is due older installation of docker version. let's see OP reply about the docker version. |
I am using OpenSUSE Tumbleweed, my docker version (latest available in the repo) is: |
I tried to replicate it, but i cant, as for note |
SUSE including OpenSUSE uses apparmor, not selinux by default (it can if you enable it). Selinux is disabled in my setup, I've checked the apparmor logs and can't see anything related to docker. Cheers |
I see, looking forward what you find. 👍 Edit: my
|
Hi Don,
FYI
After running the container I am unable to open a terminal, I get error "Failed to fdwalk: Operation not permitted". The error is describer here as well. mviereck/x11docker#346
The solution they suggest does work for me as well, by running.
docker run -it -p 6080:6080 -p 56780:56780 --security-opt seccomp=unconfined --name alpine-novnc alpine-xfce4
Then the error is resolved.
The text was updated successfully, but these errors were encountered: