UNCLASSIFIED

Commit 3f6f9b16 authored by Mark Hermeling's avatar Mark Hermeling
Browse files

Update README.md

parent d004575c
Pipeline #120063 failed with stages
in 16 seconds
......@@ -12,11 +12,11 @@ Build the image using the standard
## Running the Container
Suggested use is to run the container using:
`docker volume create hub
`docker volume create hub`
docker network create --driver bridge net
`docker network create --driver bridge net `
docker run -d --name hub -p 8080:7340 -v hub:/home/codesonar/hub --network net codesonar-hub`
`docker run -d --name hub -p 8080:7340 -v hub:/home/codesonar/hub --network net codesonar-hub`
This will put all data in the hub volume and route localhost:8080 to the hub and
connect the container to network net such that scanners can connect to it.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment