esaucedof / tableau-server-docker

Dockerfile for Tableau Server on Linux - Single Node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tableau-server-docker Build Status

Dockerfile for Tableau Server on Linux - Single Node.

Build

Be sure that your EDITOR environment variable is set then simply call make:

make

Run image

To boot (run) Tableau Server container simply execute:

make run

It will call a systemd /sbin/init on the image and configure, register and start tableau server on the first start.

To connect from a different terminal to the server itself use

make exec

Pro tipp: If you commit the image state after the first execution (tableau configuration and registration) you don't have to wait minutes next time.

Author

These ten lines of code done by me, @tfoldi

Install Demo

Console Video

Blog from tfoldi

Blog

Tableau docs

About

Dockerfile for Tableau Server on Linux - Single Node

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 54.1%Language:Dockerfile 31.1%Language:Makefile 14.8%