All Projects → docker-library → celery

docker-library / celery

Licence: MIT license
Docker Official Image packaging for Celery

Programming Languages

shell
77523 projects

DEPRECATED

This image is officially deprecated in favor of the standard python image, and will receive no further updates after 2017-06-01 (Jun 01, 2017). Please adjust your usage accordingly.

See the discussion in docker-library/celery#1 and docker-library/celery#12 for more details.

In most cases, using this image required re-installation of application dependencies, so for most applications it ends up being much cleaner to simply install Celery in the application container, and run it via a second command.

See the way the sentry image handles running a Celery beat and workers for a concrete example of this pattern being employed (docker run -d --name sentry-cron ... sentry run cron and docker run -d --name sentry-worker-1 ... sentry run worker).

About this Repo

This is the Git repo of the Docker official image for celery. See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and issues.

The full readme is generated over in docker-library/docs, specifically in docker-library/docs/celery.

See a change merged here that doesn't show up on the Docker Hub yet? Check the "library/celery" manifest file in the docker-library/official-images repo, especially PRs with the "library/celery" label on that repo. For more information about the official images process, see the docker-library/official-images readme.


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].