From f3e96c5c0ada95dce371daf5ba81943f905b81ea Mon Sep 17 00:00:00 2001 From: Andreas Kohn Date: Thu, 1 Dec 2016 10:52:33 +0100 Subject: [PATCH] Point to the ECR section for more information on `ecr_login` Fixes #4218 --- website/source/docs/builders/docker.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/builders/docker.html.md b/website/source/docs/builders/docker.html.md index a42d83d58..466d2baff 100644 --- a/website/source/docs/builders/docker.html.md +++ b/website/source/docs/builders/docker.html.md @@ -108,7 +108,8 @@ You must specify (only) one of `commit`, `discard`, or `export_path`. [Amazon EC2 Container Registry (ECR)](https://aws.amazon.com/ecr/). The builder only logs in for the duration of the pull. If true `login_server` is required and `login`, `login_username`, and - `login_password` will be ignored. + `login_password` will be ignored. For more information see the + [section on ECR](#amazon-ec2-container-registry). - `login` (boolean) - Defaults to false. If true, the builder will login in order to pull the image. The builder only logs in for the duration of