Currently the shell command simply overrides the compose command with the best guess at a shell (ie. bash, ash, sh). This works well except when the image is configured with an ENTRYPOINT. Probably the shell command should override compose entrypoint instead.
Currently the
shell
command simply overrides the composecommand
with the best guess at a shell (ie.bash
,ash
,sh
). This works well except when the image is configured with anENTRYPOINT
. Probably theshell
command should override composeentrypoint
instead.