tableau-server-docker icon indicating copy to clipboard operation
tableau-server-docker copied to clipboard

Teableau server preference persistence

Open raajankannadasan opened this issue 7 years ago • 3 comments

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

  1. Published workbook
  2. Newly created user
  3. Newly created My view of workbook.

Thanks in advance

raajankannadasan avatar Jun 27 '18 14:06 raajankannadasan

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

tfoldi avatar Mar 25 '19 19:03 tfoldi

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.

reevery avatar Mar 26 '19 08:03 reevery

Hmm, I can make this happen easily

tfoldi avatar Mar 26 '19 12:03 tfoldi