Docker image of Superset

Provides a Dockerfile and associated scripts for configuring an instance of Apache Superset
Build the image:
docker build . -t superset:latest
Run the image:
docker run -it -d --name superset \
-p 8088:8088 \
-v superset:/etc/superset \
superset:latest
Content type
Image
Digest
Size
447.4 MB
Last updated
over 8 years ago
docker pull mderela/superset