execpod default command bash
Aracki opened this issue · 3 comments
Aracki commented
Is it possible to make execpod
's default command to be bash
.
I know there will be no bash in some containers, buy maybe if that fails we can do sh
.
arunvelsriram commented
I would prefer sh
as we can blindly assume that all containers will have sh
.
Am not sure how to find out if a container has bash
. If you could think of a way to check if a container has bash
upfront please raise a PR.
arunvelsriram commented
Closing this for now. Feel free to share your thoughts.
Aracki commented
Didn't find a way, without actually exec-ing into the container.
The only way I can think of is to try to exec with bash
and if there is an error, fire up another command with sh
.