Dockerfile for Tableau Server on Linux - Single Node.
Be sure that your EDITOR
environment variable is set then simply call make
:
make build
To boot (run) Tableau Server container simply execute:
make up
(Broken) It will call a systemd
/sbin/init
on the image and configure, register and start tableau server
on the first start.
To initialize and Tableau Server container simply execute the first time:
make init
To stop and Tableau Server, without shutting down the container :
make stop
To start:
make start
To stop the container:
make down
To erase the config and build a new one:
make clean
- tableau data : data/
- logs : log/
- tableau running env: run/
- (broken): config after install : etc/
This is a fork from @tfoldi, focusing on Tableau server 2018.2