toolsandtechnologies:greenbone_security_assistant

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
toolsandtechnologies:greenbone_security_assistant [2023/05/10 18:45] – Added basic recreate parameters aryantoolsandtechnologies:greenbone_security_assistant [2023/05/11 14:11] (current) – Added sample run command list aryan
Line 11: Line 11:
 === To update/refresh the feeds (when they become outdated):=== === To update/refresh the feeds (when they become outdated):===
   - Login to server as ubuntu@   - Login to server as ubuntu@
-  - Run `docker restart greenbone`+  - Run `docker restart openvas`
   - Wait for the feeds to update and Greenbone to stand up   - Wait for the feeds to update and Greenbone to stand up
  
Line 33: Line 33:
 Note, the current startup parameters are Note, the current startup parameters are
  
-<WRAP center round info 80%>+<code>
 docker run --name=openvas \ docker run --name=openvas \
  --env=PASSWORD=ozzrules \  --env=PASSWORD=ozzrules \
Line 42: Line 42:
  --detach=true \  --detach=true \
  immauss/openvas  immauss/openvas
-</WRAP>+</code>
  
  
 ---- ----
  
 +=== Uppdate ===
 +
 +Ref: [[https://docs.docker.com/get-started/03_updating_app/|Update docker Container]]
 +
 +To upgrade Greenbone, you must upgrade the docker image and then restart the container.
  
 +<code>
 +docker ps
 +docker pull [docker_image]        immauss/openvas 
 +docker stop <the-container-id>    openvas
 +docker rm <the-container-id>      openvas
 +docker run [add parameters as above]
 +</code>
  
 +Sample Upgrade Command history
  
 +<code>
 +docker ps
 +docker pull  immauss/openvas 
 +docker stop openvas
 +docker rm openvas
 +docker run  --name=openvas --env=PASSWORD=ozzrules --volume=openvas:/data -p 8080:9392 --restart=no --runtime=runc --detach=true immauss/openvas
 +docker ps
 +docker logs -f openvas
 +</code>
toolsandtechnologies/greenbone_security_assistant.1683740736.txt.gz · Last modified: 2023/05/10 18:45 by aryan