From d2e51c18b659c18a081584a42c0ce31d962b0421 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Laurent?= <francois.laurent@posteo.net>
Date: Thu, 9 Jun 2022 23:22:52 +0200
Subject: [PATCH] first try with Docker Hub complete

---
 recipes/README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/recipes/README.md b/recipes/README.md
index d1c7514..78069ab 100644
--- a/recipes/README.md
+++ b/recipes/README.md
@@ -8,10 +8,12 @@ They ship with `LarvaTagger.jl` and, optionally, with a MaggotUBA-based toy back
 
 Try:
 ```
-docker pull flaur/larvatagger:0.5-20220418
+docker pull flaur/larvatagger:latest
+docker tag flaur/larvatagger larvatagger
 ```
 
 Beware that images that ship with backends are relatively large files (>6GB on disk).
+If you are not interested in automatic tagging, use the `flaur/larvatagger:0.5-standalone` image instead.
 
 ## Running an image
 
-- 
GitLab