@@ -13,7 +13,7 @@ As the documentation evolves with different registry versions, be sure that befo
13
13
* check which version of the registry you are running
14
14
* switch to the corresponding tag to access the README that matches your product version
15
15
16
- The stable, released version is the [ 0.9.0 tag] ( https://github.com/docker/docker-registry/tree/0.9.0 ) .
16
+ The stable, released version is the [ 0.9.1 tag] ( https://github.com/docker/docker-registry/tree/0.9.0 ) .
17
17
18
18
Please also have a quick look at the [ FAQ] ( FAQ.md ) before reporting bugs.
19
19
@@ -224,11 +224,7 @@ common:
224
224
On initialization, the `SQLAlchemyIndex` class checks the database
225
225
version. If the database doesn't exist yet (or does exist, but lacks
226
226
a `version` table), the `SQLAlchemyIndex` creates the database and
227
- required tables. To avoid several Gunicorn workers racing to create
228
- the database, you should launch your registry with
229
- [--preload][gunicorn-preload]. For example :
230
-
231
- $ docker run -e GUNICORN_OPTS=[--preload] -p 5000:5000 registry
227
+ required tables.
232
228
233
229
# # Mirroring Options
234
230
@@ -369,5 +365,4 @@ Read [contributing](CONTRIBUTING.md)
369
365
[search-endpoint] : http://docs.docker.com/reference/api/docker-io_api/#search
370
366
[SQLAlchemy] : http://docs.sqlalchemy.org/
371
367
[create_engine] : http://docs.sqlalchemy.org/en/latest/core/engines.html#sqlalchemy.create_engine
372
- [gunicorn-preload] : http://gunicorn-docs.readthedocs.org/en/latest/settings.html#preload-app
373
368
0 commit comments