Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Configure the Shell for the RUN Command¶
https://
Configure the Default Shell for Terminals in Docker Containers¶
Just set the SHELL environment variable in the Docker image.
:::bash
ENV SHELL=/bin/bash