Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.05 KB

firefly-docker.md

File metadata and controls

31 lines (19 loc) · 1.05 KB

Firefly from Docker

Docker:

  • Firefly is containerized and can be pulled from docker
  • Docker images allow users to run software from a container that has the required software stack.
  • Documentation about Docker can be found here: https://www.docker.com

How to run Firefly from a docker image?

To run latest or nightly dev:

  • docker run -p 8090:8080 -m 4g --rm ipac/firefly:latest
  • docker run -p 8090:8080 -m 4g --rm ipac/firefly:nightly

Then, for example,

More advanced Docker start commands: Go to do Firefly Docker page: https://hub.docker.com/r/ipac/firefly

See all tags here: https://hub.docker.com/r/ipac/firefly/tags