Browse Source

Update docs for registry v2.8.0 release (#2113)

* Update docs for registry v2.8.0 release

* leave the reference to Hub in

* Put back the maintainers until we move the ownership of the image

* Rename Docker Registry to Distribution Registry
Milos Gajdos 3 years ago
parent
commit
b09c592af0
3 changed files with 5 additions and 3 deletions
  1. 4 2
      registry/content.md
  2. 1 1
      registry/get-help.md
  3. BIN
      registry/logo.png

+ 4 - 2
registry/content.md

@@ -1,6 +1,8 @@
-# Docker Registry
+# Distribution Registry
 
-This image contains an implementation of the Docker Registry HTTP API V2 for use with Docker 1.6+. See [github.com/docker/distribution](https://github.com/docker/distribution) for more details about what it is.
+%%LOGO%%
+
+This image contains an implementation of the Docker Registry HTTP API V2 for use with Docker 1.6+. See [github.com/distribution/distribution](https://github.com/distribution/distribution) for more details about what it is.
 
 ## Run a local registry: Quick Version
 

+ 1 - 1
registry/get-help.md

@@ -1,3 +1,3 @@
-[the Docker Community Forums](https://forums.docker.com/), [the Docker Community Slack](https://dockr.ly/slack), or [Stack Overflow](https://stackoverflow.com/search?tab=newest&q=docker)
+[CNCF community slack](https://slack.cncf.io/), or [Stack Overflow](https://stackoverflow.com/questions/tagged/docker+registry)
 
 -	**Need a free, secure hosted registry?** Try [Docker Hub](https://www.docker.com/pricing).

BIN
registry/logo.png