/apache-superset

Docker image of Superset

Primary LanguageDockerfileApache License 2.0Apache-2.0

apache-superset

Docker image of Superset

Superset logo

dockerfile-apache-superset

Apache Superset Dockerfile

Provides a Dockerfile and associated scripts for configuring an instance of Apache Superset

  1. Build the image:

    docker build . -t superset:latest
    
  2. Run the image:

    docker run -it -d --name superset \
      -p 8088:8088 \
      -v superset:/etc/superset \
      superset:latest