docs: update build command for docker 99/48399/2
authorMaryam Tahhan <maryam.tahhan@intel.com>
Tue, 5 Dec 2017 14:21:46 +0000 (14:21 +0000)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Tue, 5 Dec 2017 19:37:54 +0000 (19:37 +0000)
Change-Id: Id3a5583170f480368e6e7819ca72d6f2c2d1656d
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
docs/release/userguide/docker.userguide.rst

index 46590eb..5c786c0 100644 (file)
@@ -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.