From fbe54eb12411bd846e0c2b630f25a3fe88d41d8b Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 23 Sep 2019 14:29:34 +0200 Subject: added option for hosting added the option to use prebuilt images from the darknebu.la registry --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 ` -docker: +docker (selfbuilt): ``` $ docker build . -t tle2json $ docker run -p :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 -- cgit 1.4.1