... | ... | @@ -49,7 +49,7 @@ docker build -t sdk4ed-dependability-toolbox . |
|
|
This command will result in the creation of a Docker Image named "sdk4ed-dependability-toolbox". In order to create a Docker Container from this image you need to execute the following command:
|
|
|
|
|
|
~~~
|
|
|
docker run -p 8080:8080 --name dependability-toolbox -it sdk4ed-dependability-toolbox:third bash ./catalina.sh run
|
|
|
docker run -p 8080:8080 --name dependability-toolbox -it sdk4ed-dependability-toolbox:third bash ./startup.sh
|
|
|
~~~
|
|
|
|
|
|
This command is actually similar to the command that was demonstrated in the [Installation]() section of this README file. For more information on how you can handle the Dependability Toolbox docker container please have a look at the [Usage]() section of the present README file. |