Runs a Celery worker, executing a set of tasks to allow remote control of a Docker host.
418
A set of Celery tasks which allow remote control of a Docker host. Includes a Docker image which can be run on a Docker host.
docker run -ti -v /var/run/docker.sock:/var/run/docker.sock flyte/celery-docker-tools -b redis://your.broker.url:6379 --result-backend redis://your.broker.url:6379 -l INFO
Content type
Image
Digest
Size
427.3 MB
Last updated
about 8 years ago
docker pull flyte/celery-docker-tools