Skip to content

esaucedof/tableau-server-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 54.1%
  • Dockerfile 31.1%
  • Makefile 14.8%