v0.8.2-rc の頃に一回入れたことがあったのだけど 当時は中途半端だったDockerサポートがきちんと整備されていて使えるようになっていた。 http://docs.redash.io/en/latest/setup.html#docker-compose 要は、postgres イメージと Dockerイメージがあれば動きますよって話。 https://github.com/getredash/redash/blob/master/Dockerfile にあるので、 まずは自分の手元でDockerイメージを作成する。 $ git clone git@github.com:getredash/redash.git $ cd redash $ docker build -t redash . docker-compose.yml もサンプルもredashのリポジトリに入っているので、そ