From cb00ff56067a8b369a3aa1ac058c475dfb8601c1 Mon Sep 17 00:00:00 2001 From: Jerae Duffin Date: Wed, 25 May 2022 10:18:57 -0500 Subject: [PATCH] updated format --- registry/deploying.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/registry/deploying.md b/registry/deploying.md index 5bf2ca5cc2..8cc0fec690 100644 --- a/registry/deploying.md +++ b/registry/deploying.md @@ -26,7 +26,9 @@ $ docker run -d -p 5000:5000 --restart=always --name registry registry:2 The registry is now ready to use. -> **Warning**: These first few examples show registry configurations that are +> **Warning** +> +> These first few examples show registry configurations that are > only appropriate for testing. A production-ready registry must be protected by > TLS and should ideally use an access-control mechanism. Keep reading and then > continue to the [configuration guide](configuration.md) to deploy a