Sign inSign up

containersolution/tableau-server-docker

By containersolution

•Updated over 4 years ago

tableau server in docker

Image
0

386

containersolution/tableau-server-docker repository overview

14 days trial version tableau server in docker container FROM centos/systemd

Requirements RAM: >=16GB, CPU >=4 core

version: "3.8"
services:
  tableau-server:
    image: containersolution/tableau-server-docker
    ports:
      - 49153:80  # username: admin passwod: admin
      - 8853:8850  # TSM username: tsm password: tsm
    volumes:
      - /sys/fs/cgroup:/sys/fs/cgroup
      - /run
      - /tmp
    privileged: true

docker compose up -d then wait ~30 mins before you start seeing the UI

Tag summary

Content type

Image

Digest

Size

2.9 GB

Last updated

over 4 years ago

docker pull containersolution/tableau-server-docker