Is your feature request related to a problem? Please describe.
Installed zsh in docker image but have to run zsh every time I launch my csci350 image.
Describe the solution you'd like
Make it possible to change the startup shell from /bin/bash to /bin/zsh after docker image is created.
Otherwise, add some details to the readme to allow manual changes of the docker startup file so I can manually change /bin/bash to /bin/zsh.
Additional context
Tried making the startup shell for the image to be /bin/zsh but then ch shell csci350 doesn't work since it can't find /bin/zsh (since zsh is not installed by default).
Is your feature request related to a problem? Please describe.
Installed zsh in docker image but have to run zsh every time I launch my csci350 image.
Describe the solution you'd like
Make it possible to change the startup shell from
/bin/bashto/bin/zshafter docker image is created.Otherwise, add some details to the readme to allow manual changes of the docker startup file so I can manually change
/bin/bashto/bin/zsh.Additional context
Tried making the startup shell for the image to be
/bin/zshbut thench shell csci350doesn't work since it can't find/bin/zsh(since zsh is not installed by default).