Docker image for Superset that uses the official apache-superset package.
Based on https://github.com/amancevice/docker-superset.
To run superset locally, run
docker-compose up
and open http://localhost:8088 in your web browser.
A default admin
user with password admin
is automatically created when running locally.