readme.md for sdc-simulator 15/10815/1
authorTal Gitelman <tg851x@intl.att.com>
Thu, 7 Sep 2017 13:14:48 +0000 (16:14 +0300)
committerTal Gitelman <tg851x@intl.att.com>
Thu, 7 Sep 2017 13:14:48 +0000 (16:14 +0300)
Change-Id: I61360ac3e81ec4c2baa598ce09fc74621abe353e
Issue-ID: SDC-154
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
utils/webseal-simulator/readme.md

index 3c9468a..c3e04b4 100644 (file)
@@ -33,6 +33,8 @@ Example: set DOCKER_HOST=tcp://127.0.0.1:2375
 -- Check that WSSimulator.war exists after first step No.1 in webseal-simulator/sdc-simulator folder.
 3. Run `docker build -t openecomp/sdc-simulator:1.1-STAGING-latest <PATH/sdc-simulator>`
 Example: docker build -t openecomp/sdc-simulator:1.1-STAGING-latest /tmp/docker/sdc-simulator/
+-- If running behind a proxy:
+`docker build --build-arg http_proxy=http://URL:PORT --build-arg https_proxy=http://URL:PORT -t openecomp/sdc-simulator:1.1-STAGING-latest /tmp/docker/sdc-simulator/`
 4. Validate that images pushed to the local repo by executing `docker images`
 5. Copy the script /webseal-simulator/scripts/simulator_docker_run.sh to the docker engine environment and run: `simulator_docker_run.sh -r 1.1-STAGING-latest`
 6. Run `docker ps` to verify that sdc-simulator docker is up and running.