tableau-server-docker
tableau-server-docker copied to clipboard
Teableau server preference persistence
Hi,
How can we do the preference persistence ? For example, The mentioned user preference or meta should be persistence while removing existing container and running new instance of tableau-server
- Published workbook
- Newly created user
- Newly created My view of workbook.
Thanks in advance
you can save an image anytime, even after initialization. check my blog post's pro tipp section with docker commit.
https://databoss.starschema.net/tableau-server-linux-docker-container/
let me know if this helps
The traditional approach would be to have the config on the host, and mount it into the container rather than copy in the dockerfile. This would be much better practice... Everyone would use Tamas's image but -v ./config:/config their config into the container.
Hmm, I can make this happen easily