Skip to content

Nessus is the world's No. 1 vulnerability scanning solution

License

Notifications You must be signed in to change notification settings

sonnyyu/docker-nessus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Deploy Nessus as a Docker Image

You can deploy a managed Nessus scanner or an instance of Nessus Professional as a Docker image to run on a container. The base image is a CentOS 8 instance of Nessus. You can configure the Nessus instance with environment variables to automatically configure the image with the settings you configure.

Tenable does not recommend deploying Nessus in a Docker container that shares a network interface controller (NIC) with another Docker container.

Install software

git clone https://github.com/sonnyyu/docker-nessus/
cd docker-nessus

Getting started

docker pull tenableofficial/nessus
docker-compose up -d

Quit

docker-compose down 

Quit and remove volume

docker-compose down -v

Open web interface

https://[IP]:8834/

About

Nessus is the world's No. 1 vulnerability scanning solution

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published