Apache Superset Password Reset

In this quick short guide we go over password resetting for the Apache Superset.

Apache Superset Password Reset
  1. Find the name of your superset instance:
docker ps -a
docker exec -it <superset container> /bin/bash

This will put you inside the docker container attaching /bin/bash to it. From inside the docker container run:

docker/docker-init.sh

It will look like:

You will notice the following slip by:

You password is now set for admin/admin

Linux Rocks Every Day