Local Docker
Local generation mode allows you to run synthetic generator VMs directly on your machine.This is convenient for development or trusted generator code, but can introduce security issues with untrusted code as Docker is not a perfect sandboxing tool.
The Datalus CLI will automatically pull the latest generator image during setup.
If you would like to manually do it by running
docker pull wisnicki/datalus-generator
and update LOCAL_GENERATOR_IMAGE_NAME
in datalus.conf
to wisnicki/datalus-generator