From dca2372431f8040485f1162365589d9387b13a93 Mon Sep 17 00:00:00 2001 From: John McClean <5283750+jmccl@users.noreply.github.com> Date: Sun, 27 Feb 2022 12:01:18 -0800 Subject: [PATCH] Update 'build' doc (#2439) 'setup.sh' expects an image named 'mailserver/docker-mailserver:latest' or else it will pull a remote image. --- docs/content/examples/tutorials/docker-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/examples/tutorials/docker-build.md b/docs/content/examples/tutorials/docker-build.md index accc09e7..d88cb221 100644 --- a/docs/content/examples/tutorials/docker-build.md +++ b/docs/content/examples/tutorials/docker-build.md @@ -8,7 +8,7 @@ You'll need to retrieve the git submodules prior to building your own Docker ima ```sh git submodule update --init --recursive -docker build . +docker build -t mailserver/docker-mailserver . ``` Or, you can clone and retrieve the submodules in one command: