...
Code Block |
---|
set DOCKER_HOST=tcp://127192.0168.050.15:2375 |
- To check if the variable set succeeded issue:
...
To compile sdc-simulator docker:
1. Run
Code Block |
---|
mvn clean install -Ddocker.buildArg.http_proxy=<http_proxy> -Ddocker.buildArg.https_proxy=<https_proxy> -P docker |
...
2. Copy the script /webseal-simulator/scripts/simulator_docker_run.sh to the docker engine environment and run:
Code Block |
---|
simulator_docker_run.sh -r <DOCKER_VERSION> (Currently 1.1-STAGING-latest) |
3. To verify that sdc-simulator docker is up and running run:
Code Block |
---|
docker ps |
Make sure that a docker with id: sdc-simulator exists
4. Enter to UI: `http://<ip address>:8285/login`
Code Block |
---|
http://localhost192.168.50.5:8285/login |
Docker compilation - Docker Engine
...
Code Block |
---|
simulator_docker_run.sh -r <DOCKER_VERSION> (Currently 1.1-STAGING-latest) |
6.To verify that sdc-simulator docker is up and running execute:
Code Block |
---|
docker ps |
- If no docker sdc-sim simulator running execute `docker ps -a`
...