Local worker for Cycloid, see docs.cycloid.io
50K+
Run a local Cycloid worker using docker see more about it here : docs.cycloid.io
export CYCLOID_WORKER_KEY=$(base64 -w 0)
export CYCLOID_WORKER_TEAM="<cycloid team id>"
docker run -it --rm --privileged --name cycloid-worker -e TEAM_ID=$CYCLOID_WORKER_TEAM -e WORKER_KEY=$CYCLOID_WORKER_KEY cycloid/local-worker
Content type
Image
Digest
sha256:b175caf84…
Size
937.5 MB
Last updated
3 months ago
docker pull cycloid/local-worker