Q3. Write a example dockerfile with 2 CMD, 2 ENTRYPOINT and 1 CMD/1ENTRYPOINT and write down a behaviour of it.
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
Sceraniro 1
2 CMD – the last CMD will override the first one
Scenario 2
2 EntryPoint – the last ENTRYPOINT will override the first one
Scenario 3
1 ENTRYPOINT and 1CMD – Entrypoint will override CMD