From 8a6138856f1adf3552a6f27a7867632ef34d81fc Mon Sep 17 00:00:00 2001 From: ohemorange Date: Mon, 17 Mar 2025 08:48:25 -0700 Subject: [PATCH] Escape in docker readme file (#10235) Fixes https://github.com/certbot/certbot/issues/10229 --- tools/docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/README.md b/tools/docker/README.md index 548b5e681..489e37c44 100644 --- a/tools/docker/README.md +++ b/tools/docker/README.md @@ -27,7 +27,7 @@ Running `./test.sh all` loads images from the docker image cache and runs a test command to validate the image contents. Running `./deploy_images.sh all` will push the previously generated images -to Docker Hub. The argument is an identifier applied to all docker +to Docker Hub. The `` argument is an identifier applied to all docker images and manifests. It may be something like `nightly` or `v2.3.2`. If the tag is a version stamp greater than `v2.0.0`, then a `latest` tag will also be generated and pushed to the docker hub repo.