Skip to content

Files

Latest commit

author
siva
Mar 10, 2023
a472a76 · Mar 10, 2023

History

History

ADD

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 10, 2023
Mar 9, 2023
Mar 9, 2023

ADD

ADD is same as COPY. It is useful to copy files from local to container. But it has 2 extra capabilities.

  1. ADD can download the file directly from internet to the container.
  2. ADD can untar/unzip the file directly into the container.