From 914b39f3f5e188154aeecbfcf70e01f4db5942f4 Mon Sep 17 00:00:00 2001 From: James Read Date: Wed, 19 May 2021 00:17:27 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16fbb50..c8e1e06 100644 --- a/README.md +++ b/README.md @@ -85,8 +85,10 @@ Of course, running a container image is very straightforward - but you might nee ### Running - `podman` (or `docker`) +There is a container image that is periodically updated here; https://hub.docker.com/repository/docker/jamesread/olivetin + ``` -root@host: podman create --name olivetin -p 1337 -p 1338 -p 1339 -v /etc/olivetin/:/config:ro olivetin +root@host: podman create --name olivetin -p 1337 -p 1338 -p 1339 -v /etc/olivetin/:/config:ro docker.io/jamesread/olivetin ```