How to uninstall the report docker?
Sometimes, there might be an issue while installing the report docker. In this guide we'll run you through the steps required to un-install the report docker.
Note: Before moving further with the uninstallation process, we suggest you to back up an existing _Settings.lgx file from /opt/tomcat/webapps/ROOT/_Definitions/ directory.
Steps to uninstall the report docker and its packages -
docker ps
docker stop <container names / IDs>
docker rm <container names / IDs>
docker images
docker rmi -f <docker image IDs>