Sign inSign up

jbreed/nessus

By jbreed

Updated about 5 years ago

Ubuntu 18.04 with Nessus 8. Setup for Nessus still required.

Image
17

1M+

jbreed/nessus repository overview

This Docker integrates Nessus into a Ubuntu base image.

Example command to run: docker run -d --name nessus --mount source=nessus,target=/config -e PUID=99 -e PGID=100 -p 8834:8834 jbreed/nessus

This command will do the following:

  • Create container with name "nessus" using jbreed/nessus image
  • Create the volume "nessus" and map to the docker /config location, which is where all Nessus components are placed
  • Sets the user and group id configured for the volume components
  • Passes tcp port 8834 from host to guest docker

Tag summary

Content type

Image

Digest

Size

93.5 MB

Last updated

about 5 years ago

docker pull jbreed/nessus