Skip to content

Commit 744b69d

Browse files
committed
Update README
1 parent 5d842c7 commit 744b69d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Project consists of following parts:
1515
* [Dockerfile](https://github.com/udger/udger-local-api/blob/master/Dockerfile) based on [AlpineLinux+java8](https://hub.docker.com/r/anapsix/alpine-java/) with [Meecrowave](http://openwebbeans.apache.org/meecrowave/index.html) microprofile.
1616
* Simple [build&run](https://github.com/udger/udger-local-api/blob/master/buildAndRun.sh) script. Build project, build Docker image and run Docker container.
1717
* [Testing scripts](https://github.com/udger/udger-local-api/tree/master/utils) in Python.
18+
* [Hosted docker image](https://hub.docker.com/r/udgercom/udger-local-api/) on [hub.docker.com](https://hub.docker.com/)
1819

1920
## Quick start
2021

@@ -51,4 +52,4 @@ Udger-local-api can be parameterized using following java properties:
5152
* `set/updatedata`
5253
```
5354
curl -F 'file=@udgerdb_v3.dat' http://127.0.0.1:8080/udger-local-api/set/datafile
54-
````
55+
```

0 commit comments

Comments
 (0)