Liran Tal 5/1/2019

Why you should use COPY instead of ADD when building Docker images

Read Original

This technical article details the functional differences between Docker's COPY and ADD commands. It explains why COPY is generally preferred for security (avoiding risks from remote URLs and archive extraction vulnerabilities) and for better layer caching optimization during Docker image builds.

Why you should use COPY instead of ADD when building Docker images

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week