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)
bottom of page