Apache Superset docker container
7.6K
/superset mounted as a volume and set as SUPERSET_HOME
SUPERSET_HOME, but this can be configured with SUPERSET_CONFIG_PATH.docker run starburstdata/superset
SUPERSET_ADMIN_USERNAME and
SUPERSET_ADMIN_PASSWORD respectively, both default to "admin". Set
SUPERSET_ADMIN_USERNAME to empty to suppress admin user creation.superset_config.py): mount a folder with the configuration
file (typically named superset_config.py) and set the path to the file in env
SUPERSET_CONFIG_PATH.SUPERSET_POST_INIT. (Actually,
SUPERSET_POST_INIT is interpreted with a shell, so you can use this env var
to pass both program location and arguments.)Content type
Image
Digest
Size
179.4 MB
Last updated
about 8 years ago
docker pull starburstdata/superset