All Projects → tfoldi → tableau-server-docker

tfoldi / tableau-server-docker

Licence: BSD-3-Clause license
Dockerfile for Tableau Server on Linux - Single Node

Programming Languages

shell
77523 projects
Dockerfile
14818 projects
Makefile
30231 projects

Projects that are alternatives of or similar to tableau-server-docker

waiter
Dependency injection, Inversion of control container for rust with compile time binding.
Stars: ✭ 71 (-36.04%)
Mutual labels:  container
codewind-vscode
Extension for developing cloud-native, containerized applications from VS Code
Stars: ✭ 17 (-84.68%)
Mutual labels:  container
nxt registry
A simple registry to implement the container pattern
Stars: ✭ 16 (-85.59%)
Mutual labels:  container
akk-stack
Containerized EverQuest Emulator Server Environment
Stars: ✭ 36 (-67.57%)
Mutual labels:  container
scaleway-csi
Container Storage Interface (CSI) Driver for https://www.scaleway.com/block-storage/
Stars: ✭ 52 (-53.15%)
Mutual labels:  container
cubefs
CubeFS is a cloud native distributed storage platform.
Stars: ✭ 3,062 (+2658.56%)
Mutual labels:  container
s2i-ruby-container
Ruby container images based on Red Hat Software Collections and intended for OpenShift and general usage, that provide a platform for building and running Ruby applications. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 55 (-50.45%)
Mutual labels:  container
p3y
A single binary reverse proxy written in go. It was developed for use in Kubernetes, to wrap services like Prometheus with simple BasicAuth and TLS encryption.
Stars: ✭ 15 (-86.49%)
Mutual labels:  container
knowledge
Everything I know: DevOps & CloudNative, Music, Homelab, Blockchain, AI, etc...
Stars: ✭ 84 (-24.32%)
Mutual labels:  container
smokey
Smoke tests for GOV.UK
Stars: ✭ 42 (-62.16%)
Mutual labels:  container
plf queue
A C++ data container replicating std::queue functionality but with better performance.
Stars: ✭ 20 (-81.98%)
Mutual labels:  container
docker-metasploit
Metasploit framework with steroids
Stars: ✭ 49 (-55.86%)
Mutual labels:  container
awesome-cloud-native-security
awesome resources about cloud native security 🐿
Stars: ✭ 233 (+109.91%)
Mutual labels:  container
docker-cyberchef
GCHQ CyberChef in a container
Stars: ✭ 81 (-27.03%)
Mutual labels:  container
db2-docker
Docker image to run DB2 LUW
Stars: ✭ 37 (-66.67%)
Mutual labels:  container
gtcdk8s
Courseware for a Docker + Kubernetes workshop
Stars: ✭ 15 (-86.49%)
Mutual labels:  container
typeioc
Dependency injection container for typescript / javascript
Stars: ✭ 32 (-71.17%)
Mutual labels:  container
PainlessDocker
Painless Docker book git repository.
Stars: ✭ 17 (-84.68%)
Mutual labels:  container
drupal-container
Drupal container for running Drupal sites with Docker, built with Ansible.
Stars: ✭ 37 (-66.67%)
Mutual labels:  container
TTstack
A private-cloud solution for SMEs !
Stars: ✭ 55 (-50.45%)
Mutual labels:  container

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].