David Aronchick
David Aronchick
## Summary by CodeRabbit - **Documentation** - Updated the Bacalhau logo image reference for consistency. - Revised the title of the quick start guide for improved clarity. - Introduced a...
Improve error messages here: ``` Execution e-f45b4658 History TIME TOPIC EVENT 2024-12-18 18:41:36 Scheduling Requested execution on 0b0a2a4c 2024-12-18 18:41:37 Exec Scanning Error: calculating resource usage of job: error getting...
``` ❯ bacalhau docker run -i /var/log/logs_to_process:/var/log/logs_to_process:rw ubuntu ls -la /var/log/logs_to_process Error: invalid argument "/var/log/logs_to_process:/var/log/logs_to_process:rw" for "-i, --input" flag: parse ":///var/log/logs_to_process:/var/log/logs_to_process": missing protocol scheme ``` IDEALLY this would just append...
That runs Bacalhau using systemd (or equivalent)
We need a way for a Bac job to be able to mount in secrets from vault. There could be a few approaches here: - Having secrets/tokens distributed in Bacalhau...