From fa029c9626ddf3528136e0caf87979a0839ff9c4 Mon Sep 17 00:00:00 2001 From: saadmk11 Date: Thu, 25 Apr 2019 15:36:29 +0600 Subject: [PATCH 1/2] Added image size to Docker instructions --- docs/development/buildenvironments.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/development/buildenvironments.rst b/docs/development/buildenvironments.rst index 423bd047ef5..f7b8ed3c255 100644 --- a/docs/development/buildenvironments.rst +++ b/docs/development/buildenvironments.rst @@ -30,6 +30,8 @@ This would be a good place to start testing as the ``latest`` version could operate differently. See ``DOCKER_IMAGE`` below for setting this configuration option. +.. note:: The size of the Docker images is around 5 to 9 GB. + After this image is downloaded, you can update your settings to use the new image -- see `Configuration`_. From 343a40c11563cb7f8fcdc7f89948a3b71aa83adb Mon Sep 17 00:00:00 2001 From: saadmk11 Date: Fri, 26 Apr 2019 01:47:20 +0600 Subject: [PATCH 2/2] Updated Note position --- docs/development/buildenvironments.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/buildenvironments.rst b/docs/development/buildenvironments.rst index f7b8ed3c255..a6804680ffb 100644 --- a/docs/development/buildenvironments.rst +++ b/docs/development/buildenvironments.rst @@ -20,6 +20,8 @@ Once you have Docker set up, you will need to pull down our build image. These images are found on our `Docker Hub repository`_, the source comes from our `container image repo`_. +.. note:: The size of the Docker images is around 5 to 9 GB. + To get started using Docker for build environments, you'll need to pull down at least one build image. For example, to pull down our latest image:: @@ -30,8 +32,6 @@ This would be a good place to start testing as the ``latest`` version could operate differently. See ``DOCKER_IMAGE`` below for setting this configuration option. -.. note:: The size of the Docker images is around 5 to 9 GB. - After this image is downloaded, you can update your settings to use the new image -- see `Configuration`_.