Nessus ‐ Installation - mluchettii/github-wiki-mluchetti GitHub Wiki
Deploying Nessus container
Preparing Docker volume for Nessus: sudo docker volume create nessus_data
sudo docker run -d -p 8834:8834 --name nessus --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v nessus_data:/data tenable/nessus:latest-ubuntu
Pulled the Nessus image from the Docker repository and installed it to the nessus_data volume. Docker then runs the container in the background.
Nessus container running fine
Accessing Nessus from web UI