Skip to content

Commit cab7e99

Browse files
committed
Update instruction for docker registry to make the images persistent on the docker host
1 parent c2d9ce2 commit cab7e99

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

instructor/readme.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,9 @@ Instructors should run a local registry to make all images locally available to
9696

9797
[source, text]
9898
----
99-
docker run -d --name="docker-registry" -p 5000:5000 registry:2.0
99+
docker run -d --name="docker-registry" -p 5000:5000 -v /registry:/tmp/registry-dev registry:2.0
100100
----
101101

102-
103102
## Build the Lab HTTPD Server image
104103

105104
Make sure to change to the cloned repository/instructor first.

0 commit comments

Comments
 (0)