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
By default mesos will prefix the command with /bin/sh -c and ignore the entrypoint specified in the image. It's possible to tune this in the CommandInfo
By default mesos will prefix the command with
/bin/sh -c
and ignore the entrypoint specified in the image. It's possible to tune this in the CommandInfoI suggest we follow marathons convention of differentiating between the two modes by the field used
cmd
orargs
. https://mesosphere.github.io/marathon/docs/native-docker.html (Command vs Args)The text was updated successfully, but these errors were encountered: