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
Copy file name to clipboardExpand all lines: beginners/dockerfile/ADD-command.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,10 @@
2
2
3
3
It is the usual requirement of a developer to copy a few files into the docker image so that every container spawned from this image has the required files.
4
4
5
-
Docker allows us to do this using two isntructions in a Dockerfile: 1) ADD 2) COPY
5
+
Docker allows us to do this using two isntructions in a Dockerfile:
0 commit comments