That is the fork of the original project created by @tfoldi.
- Docker has be installed. Run
docker version
to verify. - Since Tableau Server itself has some requirements to the host machine, you need to change the advanced settings for docker to grant it at least 8Gb of memory and 8 cores of CPU.
docker build -t tfoldi/tableau-server:release .
docker run -ti --privileged -v /sys/fs/cgroup:/sys/fs/cgroup -v /run -p 80 tfoldi/tableau-server:release