-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
DO188 - RHOCP4.18-en-5-20260130
-
None
-
False
-
-
False
-
3
-
-
-
en-US (English)
Please fill in the following information:
| URL: | https://rol.redhat.com/rol/app/courses/do188-4.18/pages/ch03s03 |
| Reporter RHNID: | chetan-rhls |
| Section Title: | Managing Images |
Issue description:
Halfway through the video, instructor is referencing "CMD" in the Containerfile as "ENTRYPOINT".
However, this may cause confusion as per Containefile specifics, CMD and ENTRYPOINT are entirely two separate arguments, sometimes used in conjunction with each other, but not always.
CMD by itself will start whatever is implied and can be overwritten.
ENTRYPOINT cannot be overwritten, and CMD would be a additional argument to the ENTRYPOINT that can be overwritten.
Steps to reproduce:
Workaround:
Expected result: