diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md index 677c2a9..25fc8c8 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,18 @@ http api returning TLEs as json standalone: `go run . -p <port>` -docker: +docker (selfbuilt): ``` $ docker build . -t tle2json $ docker run -p <port extern>:8080 tle2json ``` +docker (prebuilt image): +``` +$ docker pull registry.darknebu.la/emile/tle2json:latest +$ docker run -p 8080:8080 registry.darknebu.la/emile/tle2json +``` + ### Populate the cache By accessing the `/dumpall` endpoint, you can download all the TLEs populating |