COPY
Insert a COPY
instruction into the Dockerfile with args as its argument(s).
Inserts a COPY
instruction into the Dockerfile.
Parameters
The destination location in the image.
The files to copy from the host filesystem.
Inserts an COPY
instruction into the Dockerfile.
Parameters
The options to pass into the COPY
instruction. The first and second argument to the Pair refers to the option (without the leading dashes) and the value respectively.
The destination location in the image.
The files to copy from the host filesystem.
Inserts a COPY
instruction into the Dockerfile.
Parameters
The form of arguments to use in the Dockerfile.
The destination location in the image.
The files to copy from the host filesystem.
Inserts a COPY
instruction into the Dockerfile.
Parameters
The form of arguments to use in the Dockerfile.
The options to pass into the COPY
instruction. The first and second argument to the Pair refers to the option (without the leading dashes) and the value respectively.
The destination location in the image.
The files to copy from the host filesystem.