Nokia interview question

Difference between ADD and ENTRYPOINT in Dockerfile ?

Interview Answer

Anonymous

1 Feb 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.