From 2d9835662940bccc5ab5705e27ea2bffcb2a9d63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Fri, 27 Mar 2020 09:56:53 +0100 Subject: [PATCH] Clarify certbot image source repository --- tutor/commands/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutor/commands/local.py b/tutor/commands/local.py index 1f6a8c8..c20bb5c 100644 --- a/tutor/commands/local.py +++ b/tutor/commands/local.py @@ -121,7 +121,7 @@ See the official certbot documentation for your platform: https://certbot.eff.or "-p", "80:80", "--entrypoint=sh", - "certbot/certbot:latest", + "docker.io/certbot/certbot:latest", "-e", "-c", script,