How To Cleanly Remove Looker From A Machine So It Can Be Reinstalled?

How to cleanly remove Looker from a machine so it can be reinstalled?

Remove Looker from the machine.

From a Linux terminal:

  1. sudo docker stop looker-container
  2. sudo docker rm looker-container
  3. sudo docker images
    1. This will return a list of images
    2. They need to remove whatever image is there
  4. sudo docker rmi <image name>
  5. sudo docker volume rm {looker_lookerfiles,looker_workdir}
  6. Remove Insights folder.