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

Set SHELL environment variable #32

Open
poetaman opened this issue Oct 25, 2022 · 0 comments
Open

Set SHELL environment variable #32

poetaman opened this issue Oct 25, 2022 · 0 comments

Comments

@poetaman
Copy link

poetaman commented Oct 25, 2022

Environment variable SHELL is empty...

$ docker run --rm -it bitnami/minideb:bullseye bash -c 'echo $SHELL'
/bin/bash

$ docker run -it zshusers/zsh:5.8 zsh -c 'echo $SHELL'

EDIT: bitnami/minideb:bullseye's SHELL is a shell variable and not an environment variable. Not sure if it's a good idea to set environment variable SHELL. Neither is set by this image.

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

1 participant