Skip to content

Commit d10d270

Browse files
committed
docs(components): update registry section
1 parent 8c2f909 commit d10d270

1 file changed

Lines changed: 14 additions & 9 deletions

File tree

src/understanding-deis/components.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,6 @@ The builder component uses a [Git][] server to process
4646
!!! note
4747
The builder component does not incorporate [Config][] directly into the images it produces. A [Release][] is a pairing of an application image with application configuration maintained separately in the Deis [Database][]. Once a new [Release][] is generated, a new set of containers is deployed across the platform automatically.
4848

49-
## Registry
50-
51-
The registry component hosts [Docker][] images on behalf of the platform.
52-
Image data is stored by [Store][].
53-
54-
## Router
55-
56-
The router component uses [Nginx][] to route traffic to application containers.
57-
5849
## Store
5950

6051
The Store component uses [Minio][] by default to store data for Deis components which need to store
@@ -65,6 +56,20 @@ persistent volume in the event of complete failure. See
6556
[Backing up and Restoring Data](../managing-deis/backing-up-and-restoring-data.md) for more
6657
information.
6758

59+
## Registry
60+
61+
Project Location: [deis/registry](https://github.com/deis/registry)
62+
63+
The registry component is a managed docker registry which holds application
64+
images generated from the builder component. Registry persists the Docker image
65+
iamges to either local storage (in development mode) or to object storage
66+
configured for the cluster.
67+
68+
## Router
69+
70+
The router component uses [Nginx][] to route traffic to application containers.
71+
72+
6873
[Amazon S3]: http://aws.amazon.com/s3/
6974
[Application]: ../reference-guide/terms.md#application
7075
[Celery]: http://www.celeryproject.org/

0 commit comments

Comments
 (0)