Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Set up the DOCKER_HOST environmental variable

To set environmental variable in Windows (the docker engine environment):

  1. Run `cmd`
  2. Issue command  `set NAME=VALUE`

...

Code Block
echo %DOCKER_HOST%

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

...

Code Block
http://localhost:8285/login

Docker compilation - Docker Engine

1. Build web simulator WAR file run in project “webseal simulator”:

...

Code Block
http://localhost:8285/login

WAR compilation - to compile WSSimulator.war

...

1. To build web simulator WAR file run on project webseal-simulator:

...