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
db411951
Commit
db411951
authored
Nov 15, 2020
by
Mark Hermeling
Browse files
Formatting changes
parent
8d492a63
Pipeline
#76156
failed with stages
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
12 deletions
+13
-12
README.md
README.md
+13
-12
No files found.
README.md
View file @
db411951
#CodeSonar 5.4p0
#
#
CodeSonar 5.4p0
This is a default image that provides the CodeSonar Hub service. Data volumes can
be mounted such that data persists. A license from GrammaTech is required to be
able to use the hub and provide scans. Contact sales@grammatech.com for access
to a license.
#Build the Image
#
#
Build the Image
Build the image using the standard
'
docker build -t codesonar-hub .
'
`
docker build -t codesonar-hub .
`
#Running the Container
#
#
Running the Container
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'
`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.
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.
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.
Please change the default password after initial hub creation. This is also the
time to install the run-time license.
#Resources
CPU Min/Recommended 2/8+
#
#
Resources
CPU Min/Recommended 2/8+
<br>
RAM Min/Recommended/Max 2/8/Unlimited
#Ports
#
#
Ports
Application is using port 7340
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