tableau server in docker
386
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
Content type
Image
Digest
Size
2.9 GB
Last updated
over 4 years ago
docker pull containersolution/tableau-server-docker