You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
FROM
RUN
CMD
LABEL
EXPOSE
ENV
<key>:<value>pairs in imageADD
Add has two forms:
ADD [--chown=<user>:<group>] <src>... <dest>ADD [--chown=<user>:<group>] ["<src>",... "<dest>"]Copy new files, directories, or remote URLs from
<src>to the<dest>Multiple sources may be specified, their paths are interpreted as relative to the context of the build
Support for any
<src>to contain wildcards<dest>is absolute path, or relative to WORKDIR commandSpecify UID/GID with --chown flag
If
<src>is local tar archive, it is unpacked to destination directoryCOPY
COPY has two forms:
-
COPY [--chown=<user>:<group>] <src>... <dest>-
COPY [--chown=<user>:<group>] ["<src>",... "<dest>"]<src>ENTRYPOINT
VOLUME
USER
WORKDIR
ARG
ONBUILD
STOPSIGNAL
HEALTHCHECK
SHELL