Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhenningersrb authored May 8, 2024
1 parent 4e719aa commit c9275ed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,10 @@ Additionally, this repository contains a quality assurance (QA) application, whi
2. Unzip this artefact file. You should then have a tar archive.
3. Load the docker image into your docker environment with `sudo docker load -i image_quality_checks_app.tar`
4. Create a container with that image `sudo docker container create -i -t -P --name srb-qual-checks-app srb-ui5-quality-checks-app:latest`. Don't forget to set the port mapping yourself. the `-P` in this example uses a random port!!
5. The exposed port ist `3005`
6. Open the app, with `<HOSTNAME>:<PORT>`
7. Done!
5. Start the container with `docker start srb-qual-checks-app`.
6. The exposed port ist `3005`
7. Open the app, with `<HOSTNAME>:<PORT>`
8. Done!



Expand Down

0 comments on commit c9275ed

Please sign in to comment.