File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1325,6 +1325,7 @@ The available `[OPTIONS]` are:
13251325| [ ` --chown ` ] ( #add---chown---chmod ) | |
13261326| [ ` --chmod ` ] ( #add---chown---chmod ) | 1.2 |
13271327| [ ` --link ` ] ( #add---link ) | 1.4 |
1328+ | [ ` --unpack ` ] ( #add---unpack ) | 1.17 |
13281329| [ ` --exclude ` ] ( #add---exclude ) | 1.19 |
13291330
13301331The ` ADD ` instruction copies new files or directories from ` <src> ` and adds
@@ -1590,10 +1591,6 @@ See [`COPY --chown --chmod`](#copy---chown---chmod).
15901591
15911592See [ ` COPY --link ` ] ( #copy---link ) .
15921593
1593- ### ADD --exclude
1594-
1595- See [ ` COPY --exclude ` ] ( #copy---exclude ) .
1596-
15971594### ADD --unpack
15981595
15991596``` dockerfile
@@ -1614,6 +1611,10 @@ ADD --unpack=true https://example.com/archive.tar.gz /download
16141611ADD --unpack=false my-archive.tar.gz .
16151612```
16161613
1614+ ### ADD --exclude
1615+
1616+ See [ ` COPY --exclude ` ] ( #copy---exclude ) .
1617+
16171618## COPY
16181619
16191620COPY has two forms.
You can’t perform that action at this time.
0 commit comments