top of page

Install Sparkflows on Docker

Docker pull :
docker pull sparkflows/fire:3.2.1_3.2.16

Docker run : 

docker run -p 8080:8080 -p 9443:9443 -e FIRE_VERSION=3.1.0 -e KEYSTORE_PASSWORD=12345678 -e FIRE_HTTP_PORT=8080 -e FIRE_HTTPS_PORT=9443 sparkflows/fire:py_3.2.1_3.2.16

More details can be found here :

https://docs.sparkflows.io/en/latest/installation/installation/index.html

Other helpful docker commands :
docker start container id  (to restart a container)
docker attach container id (to attach to a running container)

To login into Sparkflows application :

Open your web browser and navigate to URL :

http://<machine_ip>:8080

Login with :

admin/admin OR test/test

Access Sparkflows on Docker Hub

bottom of page