This Docker image includes the necessary MySQL plugin for Apache Superset to connect to a MySQL database.
You can pull the image from Docker Hub:
docker pull your-docker-username/superset-mysql-plugin:latest
You can run Superset with the following command. This command will bring up the image and forward port 8088 from the host system to port 8088:
docker run -p 8088:8088 your-docker-username/superset-mysql-plugin:latest
Access the Superset interface (http://localhost:8088) and add a database connection. In the connection settings, provide the necessary information for MySQL:
To update the Docker image:
docker build -t your-docker-username/superset-mysql-plugin:latest .
docker push your-docker-username/superset-mysql-plugin:latest
If you want to improve this image or fix issues, feel free to contribute!
This Docker image is licensed under the Apache License 2.0.
Content type
Image
Digest
sha256:b29964876…
Size
896.8 MB
Last updated
about 2 months ago
docker pull modulairy/superset:6.1.0-3