Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Override command without Dockerfile #891

Open
sevetseh28 opened this issue Sep 9, 2024 · 1 comment
Open

Override command without Dockerfile #891

sevetseh28 opened this issue Sep 9, 2024 · 1 comment
Labels
info-needed Issue requires more information from poster

Comments

@sevetseh28
Copy link

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!

@bamurtaugh
Copy link
Member

Thanks for opening!

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?

@bamurtaugh bamurtaugh added the info-needed Issue requires more information from poster label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

2 participants