Uninstalling IW Monitor

Uninstalling IW Monitor

Procedure


Step 1

Open a command-line window on the IW Monitor host.

Step 2

Enter the command: docker ps -a

The command-line interface shows the CONTAINER_ID value of the IW Monitor installation.

Step 3

Enter the command: docker rm -f <CONTAINER_ID>

The Docker container is removed from the IW Monitor host.

Step 4

Enter the command: docker images

The command-line interface shows the IMAGE_ID value of the IW Monitor Docker image.

Step 5

Enter the command: docker rmi -f <IMAGE_ID>

The IW Monitor Docker image is removed from the IW Monitor host.