Skip to content
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

only local users #538

Open
aburger opened this issue Sep 25, 2024 · 1 comment
Open

only local users #538

aburger opened this issue Sep 25, 2024 · 1 comment

Comments

@aburger
Copy link

aburger commented Sep 25, 2024

it seems, as x11docker is not able to use directory-accounts:

x11docker ERROR: Could not find user 'aburger' in /etc/passwd.

is there a solution for this beside to create a local user?

regards
andreas

@dmulder
Copy link

dmulder commented Dec 16, 2024

This is because there is no recent release of x11docker. This is fixed in master, but the README tells you to install like so: curl -fsSL https://raw.githubusercontent.com/mviereck/x11docker/master/x11docker | sudo bash -s -- --update, which downloads from master, but then "updates" to the latest stable version (which doesn't have the fix).
Install x11docker with the --update-master flag instead:
curl -fsSL https://raw.githubusercontent.com/mviereck/x11docker/master/x11docker | sudo bash -s -- --update-master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants