-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
can't use add command to add user to the container #180
Comments
Does just Edit: How about What about |
docker exec --user node -it thelounge thelounge Options: Commands: Environment variable: root@bajubesiKVM: ghcr.io/thelounge/thelounge latest d04035cbd24b 13 days ago 220MB this all the response i get for all the command u give me. |
I just had this problem and figured it out. The user commands are not loaded into the module if the server is set to So turn off the container, go get the |
docker exec --user node -it thelounge thelounge add MyUser
i try to run the command above but docker give me
error: unknown command 'add'
my os : Ubuntu 22.04
docker version :
please advise.
The text was updated successfully, but these errors were encountered: