Skip to content

Commit

Permalink
Update content/guides/docker-concepts/the-basics/what-is-a-registry.md
Browse files Browse the repository at this point in the history
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
  • Loading branch information
craig-osterhout and dvdksn committed May 24, 2024
1 parent 698b2ac commit eff4e90
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions content/guides/docker-concepts/the-basics/what-is-a-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,27 @@ A _registry_ is a centralized location that stores and manages container images,

The following diagram shows the relationship between a registry, repositories, and images.

```console
+-----------------------------------+
| Registry |
|-----------------------------------|
| |
| +-----------------------------+ |
| | Repository A | |
| |-----------------------------| |
| | - Image: project-a:v1.0 | |
| | - Image: project-a:v2.0 | |
| +-----------------------------+ |
| |
| +-----------------------------+ |
| | Repository B | |
| |-----------------------------| |
| | - Image: project-b:v1.0 | |
| | - Image: project-b:v1.1 | |
| | - Image: project-b:v2.0 | |
| +-----------------------------+ |
+-----------------------------------+
```goat {class="text-sm"}
+---------------------------------------+
| Registry |
|---------------------------------------|
| |
| +-----------------------------+ |
| | Repository A | |
| |-----------------------------| |
| | Image: project-a:v1.0 | |
| | Image: project-a:v2.0 | |
| +-----------------------------+ |
| |
| +-----------------------------+ |
| | Repository B | |
| |-----------------------------| |
| | Image: project-b:v1.0 | |
| | Image: project-b:v1.1 | |
| | Image: project-b:v2.0 | |
| +-----------------------------+ |
| |
+---------------------------------------+
```

>**Note**
Expand Down

0 comments on commit eff4e90

Please sign in to comment.