Remove Nessus as a Docker Container
When you remove Nessus running as a Docker container, no data is retained.
To removeNessus 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>