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

Commit a1d0f92

Browse files
committed
Remove dotcloud references
1 parent 3ab7732 commit a1d0f92

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

README.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Docker-Registry
22
===============
33

4-
[![Build Status](https://travis-ci.org/dotcloud/docker-registry.png)](https://travis-ci.org/dotcloud/docker-registry)
4+
[![Build Status](https://travis-ci.org/docker/docker-registry.png)](https://travis-ci.org/docker/docker-registry)
55

66
About this document
77
===================
@@ -11,7 +11,7 @@ As the documentation evolves with different registry versions, be sure that befo
1111
* check which version of the registry you are running
1212
* switch to the corresponding tag to access the README that matches your product version
1313

14-
The stable, released version is currently the [0.8.0 tag](https://github.com/dotcloud/docker-registry/tree/0.8.0).
14+
The stable, released version is currently the [0.8.0 tag](https://github.com/docker/docker-registry/tree/0.8.0).
1515

1616

1717
Quick start
@@ -460,9 +460,9 @@ gunicorn -k gevent --max-requests 100 --graceful-timeout 3600 -t 3600 -b localho
460460
461461
#### nginx
462462
463-
[Here is an nginx configuration file example.](https://github.com/dotcloud/docker-registry/blob/master/contrib/nginx.conf), which applies to versions < 1.3.9 which are compiled with the [HttpChunkinModule](http://wiki.nginx.org/HttpChunkinModule).
463+
[Here is an nginx configuration file example.](https://github.com/docker/docker-registry/blob/master/contrib/nginx.conf), which applies to versions < 1.3.9 which are compiled with the [HttpChunkinModule](http://wiki.nginx.org/HttpChunkinModule).
464464
465-
[This is another example nginx configuration file](https://github.com/dotcloud/docker-registry/blob/master/contrib/nginx_1-3-9.conf) that applies to versions of nginx greater than 1.3.9 that have support for the chunked_transfer_encoding directive.
465+
[This is another example nginx configuration file](https://github.com/docker/docker-registry/blob/master/contrib/nginx_1-3-9.conf) that applies to versions of nginx greater than 1.3.9 that have support for the chunked_transfer_encoding directive.
466466
467467
And you might want to add
468468
[Basic auth on Nginx](http://wiki.nginx.org/HttpAuthBasicModule) to protect it
@@ -481,17 +481,6 @@ requests to the Docker Registry:
481481
ProxyPassReverse / http://localhost:5000/
482482
```
483483
484-
485-
#### dotCloud
486-
487-
The central Registry runs on the dotCloud platform:
488-
489-
```
490-
cd docker-registry/
491-
dotcloud create myregistry
492-
dotcloud push
493-
```
494-
495484
For developers
496485
--------------
497486

0 commit comments

Comments
 (0)