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