Sign inSign up

mderela/superset

By mderela

Updated over 8 years ago

Apache Superset

Image
0

1.2K

mderela/superset repository overview

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
    

Tag summary

Content type

Image

Digest

Size

447.4 MB

Last updated

over 8 years ago

docker pull mderela/superset