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
In docker if a process is automatically started by the ENTRYPOINT or CMD configuration values, the container will shutdown when the process exits.
Similar to start-entrypoint an exit-with-entrypoint or similarly named flag should be added to the Start command (with the accompanying capability) to allow the requestor to better match the workings of the VM with Docker.
The text was updated successfully, but these errors were encountered:
In docker if a process is automatically started by the
ENTRYPOINT
orCMD
configuration values, the container will shutdown when the process exits.Similar to
start-entrypoint
anexit-with-entrypoint
or similarly named flag should be added to the Start command (with the accompanying capability) to allow the requestor to better match the workings of the VM with Docker.The text was updated successfully, but these errors were encountered: