Example Scenario
The Dashboard is running but you cannot stop it using docker compose down because you inadvertantly removed the original installation directory.
In this scenario you will need to clean up and re-install.
Is everything removed from a docker?
shell>docker image ls | grep dashboardshell>docker container ls -a | grep dashboardshell>docker volume ls | grep dashboardshell>docker network ls | grep dashboard
Depending upon the outputs from above, you can then user the following command to clean up:
shell> docker [component] rm [component-id]Check if there are no environment leftovers:
shell> env | grep DASHBOARDSee Chapter 3, Installation for more details on installation.