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: dockerfile_tutorial/templates/dockerfile/level1.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ <h3>docker build</h3>
132
132
</li>
133
133
<li>
134
134
From GitHub. For instance: <code>docker build github.com/creack/docker-firefox</code><br/>
135
-
In this last example, docker will clone the GitHub repository and use it as context. The Dockerfile at the root of the repository will be used to create the image.
135
+
In this last example, docker will clone the GitHub repository with its submodules (`git clone --recursive`) and use it as context. The Dockerfile at the root of the repository will be used to create the image.
0 commit comments