Skip to content

Change default shell from bash to zsh after image creation #31

@wiencko

Description

@wiencko

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions