Remove Tenable Nessus as a Docker Container

When you remove Tenable Nessus running as a Docker container, you lose the container data.

To remove Tenable Nessus as a docker container:

  1. In your terminal, stop the container from running using the docker stop command.

    $ docker stop <container name>

  2. Remove your container using the docker rm command.

    $ docker rm <container name>