Skip to content

Commit 14c8368

Browse files
author
Harri Klingsten
committed
Updated the documentation.
1 parent 247540e commit 14c8368

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@ You must of course start Dependency Track with the ```start``` command described
2828
## Start
2929
```start```
3030

31+
You do not need to run this command if your containers is already running or if you have CycloneDX and Dependency Track hosted on your machine or a server.
32+
33+
<img src="containers_running.png" alt="Docker Containers running" width="800">
34+
3135
**The following steps will be done by the ```start``` command**
3236
- Starts docker desktop on your machine if it´s not already started ()
33-
- Start Cdxgen server to create sbom content, this will spin up the docker container for you. Make sure that you set the property ```sdxGenServerVolumeMount``` in the ```PowerCommandsConfiguration.yaml``` configuration file first.
34-
- Download ```docker-compose.yaml file```, path must be set in configuration file, if the file is already downloaded, this step will be skipped, that way you can change settings in the compose file if you want.
37+
- Start Cdxgen server to create sbom content, this will spin up the docker container for you. Make sure that you set the property ```sdxGenServerVolumeMount``` in the ```PowerCommandsConfiguration.yaml``` configuration file first.
3538
- Start the Dependency Tracker Web GUI and API server. (Docker container) default url is: http://localhost:8080 login with ```admin```:```admin```
3639

3740
NOTICE! The first time you run startup the containers needed to run by DockerDesktop on your machine will be downloaded, this could take some time, but you see the process in the console, have patience with that.
@@ -67,6 +70,11 @@ If you add the --upload option, the sbom will also be uploaded to Dependency Tra
6770

6871
___
6972

73+
## Trouble shoot
74+
If you having trouble to start Dependency Track or login from Dependency Track, open Docker Desktop and make sure that the containers is running.
75+
76+
<img src="containers_running.png" alt="Docker Containers running" width="800">
77+
7078
## Power Commands
7179

7280
Read more about Power Commands: https://github.com/PowerCommands/PowerCommands2022

containers_running.png

40.2 KB
Loading

0 commit comments

Comments
 (0)