Skip to content

Commit

Permalink
readme docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
brsyuksel committed Jan 26, 2022
1 parent dc751fd commit c47b2be
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,15 @@ the grafana' default credentials have been used so you can log in with **admin**

the dashboard name is `xurl`, you can also take a look community-driven `postgres` and `redis` dashboards to see metrics of them.

## docker container

after building a docker image for the project by using a command like `docker build . -t xurl:latest`, you should create a container using the host network since the configuration is not updated:
```
docker run --rm --network host xurl:latest
```

>> graalvm native image causes a bug on the metrics endpoint that are used by prometheus, the relevant endpoint somehow returns 500 for requests.
## todo

- basen character uniqueness tests
Expand Down

0 comments on commit c47b2be

Please sign in to comment.