How to cleanly remove Looker from a machine so it can be reinstalled?
Remove Looker from the machine.
From a Linux terminal:
- sudo docker stop looker-container
- sudo docker rm looker-container
- sudo docker images
- This will return a list of images
- They need to remove whatever image is there
- sudo docker rmi <image name>
- sudo docker volume rm {looker_lookerfiles,looker_workdir}
- Remove Insights folder.