Nokia Interview Question

Difference between ADD and ENTRYPOINT in Dockerfile ?

Interview Answer

Anonymous

Feb 1, 2021

In ADD we can use URL parametes to download dile from URL. but copy can not do that. In ADD , automatically untars and unpacks compressed files.