diff options
author | Emile <hanemile@protonmail.com> | 2019-09-23 14:29:34 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-09-23 14:29:34 +0200 |
commit | fbe54eb12411bd846e0c2b630f25a3fe88d41d8b (patch) | |
tree | 6d17429661b34d0e4e3e66315dcf3b398b6f623e | |
parent | 4ae9a16ac3244ec79a880a6f8af5a949f23a65a8 (diff) |
added option for hosting
added the option to use prebuilt images from the darknebu.la registry
-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 |