You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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.
The text was updated successfully, but these errors were encountered:
Environment variable SHELL is empty...
EDIT:
bitnami/minideb:bullseye
'sSHELL
is a shell variable and not an environment variable. Not sure if it's a good idea to set environment variableSHELL
. Neither is set by this image.The text was updated successfully, but these errors were encountered: