UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
G
GrammaTech
CodeSonar
codesonar-hub
Commits
050a7ba1
Commit
050a7ba1
authored
Nov 17, 2020
by
Mark Hermeling
Browse files
Update README.md
parent
4c00e8b4
Pipeline
#78243
failed with stages
in 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
README.md
README.md
+7
-2
No files found.
README.md
View file @
050a7ba1
...
...
@@ -13,9 +13,14 @@ Build the image using the standard
Suggested use is to run the container using:
`docker volume create hub
docker run -d --name hub -p 8080:7340 -v hub:/home/codesonar/hub codesonar-hub`
This will put all data in the hub volume and route localhost:8080 to the hub.
docker network create --driver bridge net
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.
The hub will have default password for the
`Administrator account`
set to
`HubSecretPasswd`
at creation-time, which can be changed by
`--build-arg HUB_DEFAULT_PWD=YourOwnSecretPWD`
during the container build step.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment