From ed70e37c051434c577a5efa7afe2552bd8d469db Mon Sep 17 00:00:00 2001 From: Stuart Clements Date: Mon, 14 Oct 2019 10:44:45 +0200 Subject: [PATCH] Fixed typo per pr 9372 --- docs/user_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide.md b/docs/user_guide.md index 42d08e7db..e632578c7 100644 --- a/docs/user_guide.md +++ b/docs/user_guide.md @@ -486,7 +486,7 @@ You can now pull the image: $ docker pull 10.117.169.182/library/ubuntu:14.04 ``` -**Note: Replace "10.117.169.182" with the IP address or domain name of your Harbor node. You cannot pull a unsigned image if you enabled content trust.** +**Note: Replace "10.117.169.182" with the IP address or domain name of your Harbor node. You cannot pull an unsigned image if you enabled content trust.** ### Pushing images Before pushing an image, you must create a corresponding project on Harbor web UI.