We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d9ce2 commit cab7e99Copy full SHA for cab7e99
1 file changed
instructor/readme.adoc
@@ -96,10 +96,9 @@ Instructors should run a local registry to make all images locally available to
96
97
[source, text]
98
----
99
-docker run -d --name="docker-registry" -p 5000:5000 registry:2.0
+docker run -d --name="docker-registry" -p 5000:5000 -v /registry:/tmp/registry-dev registry:2.0
100
101
102
-
103
## Build the Lab HTTPD Server image
104
105
Make sure to change to the cloned repository/instructor first.
0 commit comments