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
Is it possible to override CMD without having a Dockerfile?
I'd like to use image & overrideCommand: false but also specify the command without unnecessarily writing a Dockerfile that just changes CMD.
Thank you!
The text was updated successfully, but these errors were encountered:
I believe since overrideCommand defaults to false, if you want to use the default command specified in the Docker image, you do not need to explicitly set overrideCommand to false or worry about creating a Dockerfile. Did you try this and experience any issues?
Hi,
Is it possible to override CMD without having a Dockerfile?
I'd like to use
image
&overrideCommand: false
but also specify the command without unnecessarily writing a Dockerfile that just changes CMD.Thank you!
The text was updated successfully, but these errors were encountered: