Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit 08723c4

Browse files
author
Alex Collins
committed
Closes #65 add search backend dependency
1 parent ec2212a commit 08723c4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,10 @@ This project is containerized. You can run with docker right now by simply runni
3434

3535
and browsing to localhost:8080/.
3636

37-
## Application context
37+
## Dependencies
3838

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
4040

41-
docker run -p 8080:8080 -e APP_CONTEXT=/webui atcol/docker-registry-ui
42-
4341
## Statelessness
4442

4543
The app' requires registry configuration which can be supplied once the app's running, or through container environment

0 commit comments

Comments
 (0)