Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

fix: update readme how to run locally #754

Merged
merged 1 commit into from
Jun 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,11 @@ helm delete --purge che-devfile-registry

## Run the registry

* Run
```bash
docker run -it --rm -p 8080:8080 quay.io/eclipse/che-devfile-registry:next
docker run -it --rm --entrypoint httpd-foreground -p 8080:8080 quay.io/eclipse/che-devfile-registry:next
```
* Open http://localhost:8080/devfiles/

# Builds

Expand Down