How to uninstall the report docker? (5) (5)

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 -

  1. docker ps
  2. docker stop <container names / IDs>
  3. docker rm <container names / IDs>
  4. docker images
  5. docker rmi -f <docker image IDs>