From 66420102c3088483eabf676c34d440cce8793c8b Mon Sep 17 00:00:00 2001 From: Steve Domino Date: Thu, 16 Mar 2017 15:26:36 -0600 Subject: [PATCH 1/3] Added Nanobox --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 68d0895..2d76ece 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,7 @@ Services to securely store your Docker images. * [Dokku][dokku] - Docker powered mini-Heroku in around 100 lines of Bash by [@progrium][progrium] * [Empire](https://github.com/remind101/empire) - A PaaS built on top of Amazon EC2 Container Service (ECS) * [Flynn](https://github.com/flynn/flynn) - A next generation open source platform as a service https://flynn.io/ +* [Nanobox](https://nanobox.io/) - A micro-PaaS (μPaaS) for creating consistent, isolated, development environments deployable anywhere. * [OpenShift][openshift] - An open source PaaS built on [Kubernetes][kubernetes] and optimized for Dockerized app development and deployment by [Red Hat](https://www.redhat.com/) * [Rancher][rancher] - Rancher is an open source project that provides a complete platform for operating Docker in production * [Tsuru](https://github.com/tsuru/tsuru) - Tsuru is an extensible and open source Platform as a Service software https://tsuru.io/ From ce54ac5482c125cc9158d48c8587af24f26aebfa Mon Sep 17 00:00:00 2001 From: Steve Domino Date: Thu, 16 Mar 2017 15:28:45 -0600 Subject: [PATCH 2/3] updated link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d76ece..61cb3cd 100644 --- a/README.md +++ b/README.md @@ -307,7 +307,7 @@ Services to securely store your Docker images. * [Dokku][dokku] - Docker powered mini-Heroku in around 100 lines of Bash by [@progrium][progrium] * [Empire](https://github.com/remind101/empire) - A PaaS built on top of Amazon EC2 Container Service (ECS) * [Flynn](https://github.com/flynn/flynn) - A next generation open source platform as a service https://flynn.io/ -* [Nanobox](https://nanobox.io/) - A micro-PaaS (μPaaS) for creating consistent, isolated, development environments deployable anywhere. +* [Nanobox](https://github.com/nanobox-io/nanobox) - A micro-PaaS (μPaaS) for creating consistent, isolated, development environments deployable anywhere https://nanobox.io. * [OpenShift][openshift] - An open source PaaS built on [Kubernetes][kubernetes] and optimized for Dockerized app development and deployment by [Red Hat](https://www.redhat.com/) * [Rancher][rancher] - Rancher is an open source project that provides a complete platform for operating Docker in production * [Tsuru](https://github.com/tsuru/tsuru) - Tsuru is an extensible and open source Platform as a Service software https://tsuru.io/ From 4669fa76e4eb10e761ff9d01e31bcf3b79f9a84e Mon Sep 17 00:00:00 2001 From: Yauheni Zablotski Date: Sun, 19 Mar 2017 19:50:18 +0100 Subject: [PATCH 3/3] Install Docker on your machine link fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68d0895..79252c7 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ _Source:_ [What is Docker](https://www.docker.com/what-docker) * 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. -* [Install Docker on your machine](docker-cheat-sheet#installation) and play with a few [Useful Images](#useful-images) +* [Install Docker on your machine](https://github.com/wsargent/docker-cheat-sheet#installation) and play with a few [Useful Images](#useful-images) * Try [Panamax: Docker Management for Humans][panamax.io] It will install a CoreOS VM with VirtualBox and has nice front end * [Install Docker Toolbox](https://www.docker.com/products/docker-toolbox) Docker Toolbox is an installer to quickly and easily install and setup a Docker environment on your computer. Available for both Windows and Mac, the Toolbox installs Docker Client, Machine, Compose (Mac only), Kitematic and VirtualBox. * Check out [Docker Cheat Sheet][docker-cheat-sheet] by [@wsargent][wsargent] __MUST SEE__