From e25f858bb60dbef6959ae5c6494fe9754b5d7382 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 27 Oct 2017 21:52:56 +0200 Subject: [PATCH] Remove deprecated '-d' option to start daemon Signed-off-by: Sebastiaan van Stijn --- docs/recipes/mirror.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipes/mirror.md b/docs/recipes/mirror.md index eb42cda34..b155ecc56 100644 --- a/docs/recipes/mirror.md +++ b/docs/recipes/mirror.md @@ -132,7 +132,7 @@ You can configure the Docker daemon with the `--registry-mirror` startup parameter: ```bash -$ docker --registry-mirror=https://registry.docker-cn.com -d +$ dockerd --registry-mirror=https://registry.docker-cn.com ``` Or you can add "https://registry.docker-cn.com" to the `registry-mirrors`