From: Tal Gitelman Date: Thu, 7 Sep 2017 13:14:48 +0000 (+0300) Subject: readme.md for sdc-simulator X-Git-Tag: 1.0.0-Amsterdam~162 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d8b91a969d1631793761cf1fdc17d52d4f82ca95;p=sdc.git readme.md for sdc-simulator Change-Id: I61360ac3e81ec4c2baa598ce09fc74621abe353e Issue-ID: SDC-154 Signed-off-by: Tal Gitelman --- diff --git a/utils/webseal-simulator/readme.md b/utils/webseal-simulator/readme.md index 3c9468ac07..c3e04b4b22 100644 --- a/utils/webseal-simulator/readme.md +++ b/utils/webseal-simulator/readme.md @@ -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 ` 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.