Jelajahi Sumber

Update README.md

James Read 5 tahun lalu
induk
melakukan
914b39f3f5
1 mengubah file dengan 3 tambahan dan 1 penghapusan
  1. 3 1
      README.md

+ 3 - 1
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
 
 ```