We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Information is incorrect
The Dockerfile Reference for CMD states:
CMD
There can only be one CMD instruction in a Dockerfile.
However the Dockerfile in the getting-started-todo-app has several different CMD calls.
https://docs.docker.com/reference/dockerfile/#cmd
I suspect (I am new to Docker) that the documentation should state something along the lines of:
There can only be one CMD instruction PER STAGE in a Dockerfile.
Regardless, I sit here, reviewing the Dockerfile of the getting-started-app, reviewing the reference, quite confused.
Dockerfile
The text was updated successfully, but these errors were encountered:
sarahsanders-docker
No branches or pull requests
Is this a docs issue?
Type of issue
Information is incorrect
Description
The Dockerfile Reference for
CMD
states:There can only be one CMD instruction in a Dockerfile.
However the Dockerfile in the getting-started-todo-app has several different
CMD
calls.Location
https://docs.docker.com/reference/dockerfile/#cmd
Suggestion
I suspect (I am new to Docker) that the documentation should state something along the lines of:
There can only be one CMD instruction PER STAGE in a Dockerfile.
Regardless, I sit here, reviewing the
Dockerfile
of the getting-started-app, reviewing the reference, quite confused.The text was updated successfully, but these errors were encountered: