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:
- In your terminal, stop the container from running using the docker stop command.
$ docker stop <container name>
- Remove your container using the docker rm command.
$ docker rm <container name>