Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpolden/echoip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2018-12-28 17:06:52 +0300
committerMartin Polden <mpolden@mpolden.no>2018-12-28 21:06:05 +0300
commit14f1a0ce88451cdf6bad6d1506714fc391fe6e7b (patch)
treeb4e81b3b0a6789ba16e9b49ef97726897aebced8 /README.md
parentddc4d9e53c0964952acd4ec4e2102d758d79995e (diff)
Mention Docker image
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index aa54496..f41ec21 100644
--- a/README.md
+++ b/README.md
@@ -94,6 +94,13 @@ This package can be installed with `go get`:
For more information on building a Go project, see the [official Go
documentation](https://golang.org/doc/code.html).
+## Docker image
+
+A Docker image is available on [Docker
+Hub](https://hub.docker.com/r/mpolden/echoip), which can be downloaded with:
+
+`docker pull mpolden/echoip`
+
### Usage
```