-
Notifications
You must be signed in to change notification settings - Fork 1
Docker Usage
a.metwalli edited this page Feb 6, 2026
·
1 revision
Floe is published to GitHub Container Registry (GHCR).
docker pull ghcr.io/malon64/floe:latestMount your working directory to /work and pass the config path:
docker run --rm -v "$PWD:/work" ghcr.io/malon64/floe:latest run -c /work/example/config.yml- Use absolute paths inside the container.
- For cloud storage, pass credentials via environment variables.
- All CLI flags are the same as local usage.