https://github.com/flyte/celery-docker-tools
A set of Celery tasks to perform actions using the docker API
https://github.com/flyte/celery-docker-tools
Last synced: 5 months ago
JSON representation
A set of Celery tasks to perform actions using the docker API
- Host: GitHub
- URL: https://github.com/flyte/celery-docker-tools
- Owner: flyte
- License: mit
- Created: 2018-07-05T10:31:13.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-08T02:19:22.000Z (over 3 years ago)
- Last Synced: 2025-04-07T20:32:14.029Z (about 1 year ago)
- Language: Python
- Size: 73.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Celery Docker Tools
===================
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.
## Usage
```bash
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
```