Open raajankannadasan opened 6 years ago
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
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
Thanks in advance