-
Notifications
You must be signed in to change notification settings - Fork 379
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
RFE: Custom shell for container user #211
Comments
In my tests I found that environment variable x11docker sets Please try out if that works for you. |
When I use xterm, I see the behavior you describe. When I use terminator, the $SHELL value is ignored and /etc/passwd is used instead. terminator does allow me to specify an alternative shell, so I do have a workaround. However, I thought it might be a generally useful feature to allow an alternative shell for the container. |
Indeed, I can confirm that. I once rejected a pull request for this: #26 Imho terminals should regard
|
I've added a new option |
Thanks! |
Would it be possible to add an option specifying what shell is added in /etc/passwd for the new container user? I'm using x11docker to launch a different terminal, but I end up stuck with /bin/sh as my shell. It'd be wonderful if I could pass a path on the command line to use instead.
The text was updated successfully, but these errors were encountered: