•
Docker
CONTINUE READING
Shall I Use ADD or COPY in the Dockerfile - What's the Difference?
...
ADD and COPY copy files to a Docker image. ADD can also extract tar archives and it can download files from URLs and copy them into the Docker image. The best practice is to use COPY....
...