Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

WARNING: Cache storage disabled! WARNING: LRU cache disabled! #595

Closed
pyotr777 opened this issue Sep 25, 2014 · 1 comment
Closed

WARNING: Cache storage disabled! WARNING: LRU cache disabled! #595

pyotr777 opened this issue Sep 25, 2014 · 1 comment

Comments

@pyotr777
Copy link

Running docker run -p 5000:5000 registry produces following warnings:

2014-09-25 07:43:11,870 WARNING: Cache storage disabled!
2014-09-25 07:43:11,870 WARNING: LRU cache disabled!
2014-09-25 07:43:11,876 DEBUG: Will return docker-registry.drivers.file.Storage
2014-09-25 07:43:12 [1] [INFO] Starting gunicorn 18.0
2014-09-25 07:43:12 [1] [INFO] Listening at: http://0.0.0.0:5000 (1)
2014-09-25 07:43:12 [1] [INFO] Using worker: gevent
2014-09-25 07:43:12 [16] [INFO] Booting worker with pid: 16
2014-09-25 07:43:12 [17] [INFO] Booting worker with pid: 17
2014-09-25 07:43:12 [18] [INFO] Booting worker with pid: 18
2014-09-25 07:43:12 [19] [INFO] Booting worker with pid: 19
2014-09-25 07:43:12,523 WARNING: Cache storage disabled!
2014-09-25 07:43:12,524 WARNING: LRU cache disabled!
2014-09-25 07:43:12,529 WARNING: Cache storage disabled!
2014-09-25 07:43:12,529 WARNING: LRU cache disabled!
2014-09-25 07:43:12,530 WARNING: Cache storage disabled!
2014-09-25 07:43:12,530 WARNING: LRU cache disabled!
2014-09-25 07:43:12,537 DEBUG: Will return docker-registry.drivers.file.Storage
2014-09-25 07:43:12,544 DEBUG: Will return docker-registry.drivers.file.Storage
2014-09-25 07:43:12,544 DEBUG: Will return docker-registry.drivers.file.Storage
2014-09-25 07:43:12,550 WARNING: Cache storage disabled!
2014-09-25 07:43:12,551 WARNING: LRU cache disabled!
2014-09-25 07:43:12,558 DEBUG: Will return docker-registry.drivers.file.Storage

Docker version 1.1.1, build bd609d2 on Ubuntu 12.04.4 LTS

Regards,
Peter

@dmp42
Copy link
Contributor

dmp42 commented Sep 25, 2014

Hi, these are warnings, not errors.

Have a look at the doc for more about the way we use redis.

@dmp42 dmp42 closed this as completed Sep 25, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants