From b6bc9480073b3e90307c1b11731c1cb985734abc Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Thu, 9 Mar 2017 22:18:00 -0500 Subject: [PATCH 1/2] Adding more CaaS hosters --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 10a20cf..b8a36e7 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ All the links are monitored and tested with [awesome_bot](https://github.com/dkh - [Security](#security) - [Serverless](#serverless) - [Service Discovery](#service-discovery) - - [Services for running containers](#services-for-running-containers) + - [CaaS - Services for running containers](#services-for-running-containers) - [Terminal User Interface](#terminal-user-interface) - [Testing](#testing) - [Utilities](#utilities) @@ -68,7 +68,9 @@ _Source:_ [What is Docker](https://www.docker.com/what-docker) # Where to start ? * [10-minute Interactive Tutorial](https://docs.docker.com/docker-for-mac/) * [Docker Training](http://training.docker.com/) -* Read this complete article: [Basics – Docker, Containers, Hypervisors, CoreOS](http://etherealmind.com/basics-docker-containers-hypervisors-coreos/) +* Read this complete article: [Basics – Docker, Containers, + +visors, CoreOS](http://etherealmind.com/basics-docker-containers-hypervisors-coreos/) * Watch the video: [Docker for Developers][docker4dev] (54:26) by [@jpetazzo][jpetazzo] * [Docker Jumpstart](https://github.com/odewahn/docker-jumpstart/): a quick introduction * [Docker Curriculum](https://prakhar.me/docker-curriculum/): A comprehensive tutorial for getting started with Docker. Teaches how to use Docker and deploy dockerized apps on AWS with Elastic Beanstalk and Elastic Container Service. @@ -365,8 +367,9 @@ Services to securely store your Docker images. * [proxy](https://github.com/factorish/proxy) - lightweight nginx based load balancer self using service discovery provided by registrator. by [@factorish](https://github.com/factorish) * [registrator](https://github.com/progrium/registrator) - Service registry bridge for Docker by [@progrium][progrium] -## Services for running containers +## CaaS (Containers as a Service) - Services for running/hosting containers * [Amazon ECS](http://aws.amazon.com/ecs/) - A management service on EC2 that supports Docker containers. +* [Arukas](https://arukas.io/) - Heroku-inspired CaaS * [Cloud 66](http://www.cloud66.com) - Full-stack hosted container management as a service * [ContainerShip Cloud][containership] - Multi-Cloud Container Hosting Automation Platform. * [DataMC](http://datamc.io/) - DataMc is a PaaS for Production ready and fully managed Data Platform @@ -378,6 +381,7 @@ Services to securely store your Docker images. * [IBM Bluemix](https://console.ng.bluemix.net/) - Run Docker containers in a hosted cloud environment on IBM Bluemix. * [OpenShift Dedicated](https://www.openshift.com/dedicated/index.html) - A hosted [OpenShift][openshift] cluster for running your Docker containers managed by Red Hat. * [Orchard](https://www.orchardup.com/) (part of Docker Inc) - Get a Docker host in the cloud, instantly. +* [Sloppy.io](https://sloppy.io/) - all-in-one solution for container deployment and hosting – made and hosted in Germany * [Triton](https://www.joyent.com/) - Elastic container-native infrastructure by Joyent. ## Terminal User Interface From 719100a16a66a12be3780e6f6e100ef2bf4da929 Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Fri, 10 Mar 2017 10:32:43 -0500 Subject: [PATCH 2/2] fixin' my typos and oopses --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b8a36e7..e79a764 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,7 @@ _Source:_ [What is Docker](https://www.docker.com/what-docker) # Where to start ? * [10-minute Interactive Tutorial](https://docs.docker.com/docker-for-mac/) * [Docker Training](http://training.docker.com/) -* Read this complete article: [Basics – Docker, Containers, - -visors, CoreOS](http://etherealmind.com/basics-docker-containers-hypervisors-coreos/) +* Read this complete article: [Basics – Docker, Containers, Hypervisors, CoreOS](http://etherealmind.com/basics-docker-containers-hypervisors-coreos/) * Watch the video: [Docker for Developers][docker4dev] (54:26) by [@jpetazzo][jpetazzo] * [Docker Jumpstart](https://github.com/odewahn/docker-jumpstart/): a quick introduction * [Docker Curriculum](https://prakhar.me/docker-curriculum/): A comprehensive tutorial for getting started with Docker. Teaches how to use Docker and deploy dockerized apps on AWS with Elastic Beanstalk and Elastic Container Service. @@ -367,7 +365,7 @@ Services to securely store your Docker images. * [proxy](https://github.com/factorish/proxy) - lightweight nginx based load balancer self using service discovery provided by registrator. by [@factorish](https://github.com/factorish) * [registrator](https://github.com/progrium/registrator) - Service registry bridge for Docker by [@progrium][progrium] -## CaaS (Containers as a Service) - Services for running/hosting containers +## Services for running containers * [Amazon ECS](http://aws.amazon.com/ecs/) - A management service on EC2 that supports Docker containers. * [Arukas](https://arukas.io/) - Heroku-inspired CaaS * [Cloud 66](http://www.cloud66.com) - Full-stack hosted container management as a service