You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With busybox, /bin/bash may not be a viable shell, so we need to either infer the command prefix from the image's ENTRYPOINT/CMD, or add an argument to override the default /bin/bash.
The text was updated successfully, but these errors were encountered:
I introduced a change for #41 to set the default command entrypoint to /bin/sh instead of /bin/bash. This should resolve the missing entrypoint problems for most images.
With busybox, /bin/bash may not be a viable shell, so we need to either infer the command prefix from the image's ENTRYPOINT/CMD, or add an argument to override the default
/bin/bash
.The text was updated successfully, but these errors were encountered: