From 8583da402c7f151e40a4b05096976595786a36e7 Mon Sep 17 00:00:00 2001 From: yeya24 Date: Fri, 6 Dec 2019 08:24:29 -0500 Subject: [PATCH] fix bad link Signed-off-by: yeya24 --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 13ea276f3..0b24eb232 100644 --- a/FAQ.md +++ b/FAQ.md @@ -228,7 +228,7 @@ We are planning to support this feature in Dragonfly 0.5.0. ## Does Dragonfly support pulling an private image which needs username/password authentication -Yes, Dragonfly supports users to pull private image which needs username/password authentication. For example, when user wishes to pull private images from docker registries(such as Docker Hub https://index.docker.io/v1/ ), add authentication info of the user for the private images in `/root/.docker/config.json`. The format of `config.json` after adding authentication will be like the following way: +Yes, Dragonfly supports users to pull private image which needs username/password authentication. For example, when user wishes to pull private images from docker registries(such as Docker Hub https://index.docker.io/ ), add authentication info of the user for the private images in `/root/.docker/config.json`. The format of `config.json` after adding authentication will be like the following way: ```json {