diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-12-05 14:21:46 +0000 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-12-05 19:37:54 +0000 |
commit | 3a8f3b2d287cd3d544763f7d44695e8c49ee6560 (patch) | |
tree | 76f2f7af89c210fa8ef551eb99a5f1df9b7abd7b /docs/release/userguide/docker.userguide.rst | |
parent | 6089d43b047d35dd54502224547dbcf733f90921 (diff) |
docs: update build command for docker
Change-Id: Id3a5583170f480368e6e7819ca72d6f2c2d1656d
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Diffstat (limited to 'docs/release/userguide/docker.userguide.rst')
-rw-r--r-- | docs/release/userguide/docker.userguide.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/release/userguide/docker.userguide.rst b/docs/release/userguide/docker.userguide.rst index 46590eb0..5c786c0d 100644 --- a/docs/release/userguide/docker.userguide.rst +++ b/docs/release/userguide/docker.userguide.rst @@ -218,9 +218,9 @@ Build the barometer docker image .. code:: bash - $ cd barometer + $ cd barometer/docker $ sudo docker build -t barometer_image --build-arg http_proxy=`echo $http_proxy` \ - --build-arg https_proxy=`echo $https_proxy` -f docker/Dockerfile . + --build-arg https_proxy=`echo $https_proxy` -f Dockerfile . .. note:: In the above mentioned ``docker build`` command, http_proxy & https_proxy arguments needs to be passed only if system is behind an HTTP or HTTPS proxy server. |