Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 360 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 360 Bytes

Usage

Start the docker container:

docker compose up -d

Add your flux file to the ./flux/ directory on your host machine. It will be available inside the container.

Then execute the runner script:

docker exec -it metafix-runner ./bin/metafix-runner ./flux/[your-flux-file]

Finished? Shut down:

docker compose down