top of page

Install Sparkflows on Docker

Docker pull and run :
docker pull sparkflows/fire
docker run -it -m 3000M -p 8080:8080 sparkflows/fire

Other helpful docker container commands :
docker start containerid  (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