From 9f3810146c292f6cb7e2c7fa19b71aaf894a05a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=B9=C7=9D=C6=83=C4=B1=C7=9D=E2=85=81=20=C9=AFo=E2=8A=A5?= Date: Sun, 2 Apr 2017 00:48:46 +0200 Subject: [PATCH 1/3] Update README.md add sonatype nexus oss to docker registries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 54731b6..97a2354 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,7 @@ Services to securely store your Docker images. * [GCE Container Registry](https://cloud.google.com/container-registry/) Fast, private Docker image storage on Google Cloud Platform * [GitLab Container Registry](https://docs.gitlab.com/ce/container_registry/README.html) - Repositories focused on using it images in GitLab CI * [Rescoyl](https://github.com/noteed/rescoyl) - Private Docker registry (free and open source) by [@noteed][noteed] +* [Sonatype Nexus](https://www.sonatype.com/nexus-repository-oss) - Repository with Universal Support, also for Docker images * [Quay.io](https://quay.io/) (part of CoreOS) - Secure hosting for private Docker repositories * [TreeScale](https://treescale.com/) - Build and Distriubute container based applications. * [VMWare Harbor](http://vmware.github.io/harbor/) Project Harbor by VMWare is an enterprise-class registry server that stores and distributes Docker images. Harbor extends the open source Docker Distribution by adding the functionalities usually required by an enterprise, such as security, identity and management. From 669b924c0e144fbc3acbd81b271f8bb4c6342ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=B9=C7=9D=C6=83=C4=B1=C7=9D=E2=85=81=20=C9=AFo=E2=8A=A5?= Date: Sun, 2 Apr 2017 00:49:41 +0200 Subject: [PATCH 2/3] Update README.md fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97a2354..1a82cf7 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ Services to securely store your Docker images. * [Rescoyl](https://github.com/noteed/rescoyl) - Private Docker registry (free and open source) by [@noteed][noteed] * [Sonatype Nexus](https://www.sonatype.com/nexus-repository-oss) - Repository with Universal Support, also for Docker images * [Quay.io](https://quay.io/) (part of CoreOS) - Secure hosting for private Docker repositories -* [TreeScale](https://treescale.com/) - Build and Distriubute container based applications. +* [TreeScale](https://treescale.com/) - Build and Distribute container based applications. * [VMWare Harbor](http://vmware.github.io/harbor/) Project Harbor by VMWare is an enterprise-class registry server that stores and distributes Docker images. Harbor extends the open source Docker Distribution by adding the functionalities usually required by an enterprise, such as security, identity and management. ## Images From 34bb16423133b308f68bc90406dbe219aee056cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=B9=C7=9D=C6=83=C4=B1=C7=9D=E2=85=81=20=C9=AFo=E2=8A=A5?= Date: Mon, 3 Apr 2017 19:02:19 +0200 Subject: [PATCH 3/3] Update README.md list alphabetically --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a82cf7..23f38de 100644 --- a/README.md +++ b/README.md @@ -205,9 +205,9 @@ Services to securely store your Docker images. * [Docker Registry v2][distribution] - The Docker toolset to pack, ship, store, and deliver content * [GCE Container Registry](https://cloud.google.com/container-registry/) Fast, private Docker image storage on Google Cloud Platform * [GitLab Container Registry](https://docs.gitlab.com/ce/container_registry/README.html) - Repositories focused on using it images in GitLab CI +* [Quay.io](https://quay.io/) (part of CoreOS) - Secure hosting for private Docker repositories * [Rescoyl](https://github.com/noteed/rescoyl) - Private Docker registry (free and open source) by [@noteed][noteed] * [Sonatype Nexus](https://www.sonatype.com/nexus-repository-oss) - Repository with Universal Support, also for Docker images -* [Quay.io](https://quay.io/) (part of CoreOS) - Secure hosting for private Docker repositories * [TreeScale](https://treescale.com/) - Build and Distribute container based applications. * [VMWare Harbor](http://vmware.github.io/harbor/) Project Harbor by VMWare is an enterprise-class registry server that stores and distributes Docker images. Harbor extends the open source Docker Distribution by adding the functionalities usually required by an enterprise, such as security, identity and management.