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