Is anyone running an on-premise install of Looker using Docker? We currently run our on-premise Looker instances (prod & staging) directly on AWS EC2 instances, but for a variety of reasons we are considering switching to using Docker.
I imagine the main issues in doing this would be:
- Need to use external DB for Looker (we already use RDS MySQL for this)
- Cached results wouldn’t persist between container restarts if using ephemeral storage
- Maybe any license issues if running on different container instances between restarts?
Surprisingly, I haven’t been able to find any reference to doing this when googling and searching these forums.
Is anyone doing this? For the Looker folks, any info or concerns about running this way?
Thanks!
-Joe