From f574cabfabcd599471b725a6eec55e1fbfd614e3 Mon Sep 17 00:00:00 2001 From: Charles Chan Date: Thu, 16 Jul 2015 22:35:19 -0700 Subject: [PATCH] * Add benefit to using automated build. * Wording based on suggestions by @thaJeztah, @moxiegirl in PR #14700. Signed-off-by: Charles Chan Upstream-commit: c9ff01ffc74c04d07933118d6275674bdd514c71 Component: engine --- components/engine/docs/docker-hub/builds.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/engine/docs/docker-hub/builds.md b/components/engine/docs/docker-hub/builds.md index 7f1e19451c..015fcef1ef 100644 --- a/components/engine/docs/docker-hub/builds.md +++ b/components/engine/docs/docker-hub/builds.md @@ -29,6 +29,8 @@ image was built exactly as specified. your repository on the Docker Hub registry. * Because the process is automated, Automated Builds help to make sure that your repository is always up to date. +* Not having to push local Docker images to Docker Hub saves +you both network bandwidth and time. Automated Builds are supported for both public and private repositories on both [GitHub](http://github.com) and [Bitbucket](https://bitbucket.org/).