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
{{ message }}
This repository was archived by the owner on Jan 17, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,10 @@ This project is containerized. You can run with docker right now by simply runni
34
34
35
35
and browsing to localhost:8080/.
36
36
37
-
## Application context
37
+
## Dependencies
38
38
39
-
Sometimes you may want to run the app in custom context, say `http://server:8080/webui`. To do so, supply the optional variable `APP_CONTEXT`.
39
+
You need to have a running instance of `docker registry` that has a **search backend enabled**! See the information on [this issue](https://github.com/atc-/docker-registry-web/issues/65#issuecomment-68060219) for further information
40
40
41
-
docker run -p 8080:8080 -e APP_CONTEXT=/webui atcol/docker-registry-ui
42
-
43
41
## Statelessness
44
42
45
43
The app' requires registry configuration which can be supplied once the app's running, or through container environment
0 commit comments