From a46b1c4b4050094c5d257223395c53c498cf9221 Mon Sep 17 00:00:00 2001 From: Mayra Cabrera Date: Tue, 27 Jun 2017 15:00:34 -0500 Subject: [PATCH 1/6] Add Whales Whales is a tool to automatically dockerize your applications. It works as command line interface that tames the features analyzers and outputs necessary Docker files to run your application with Docker Made with love by IcaliaLabs: https://github.com/IcaliaLabs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c81237c..a4622a9 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,7 @@ Services to securely store your Docker images. * [portainer](https://github.com/duedil-ltd/portainer) - Apache Mesos framework for building Docker images by [@duedil-ltd](https://github.com/duedil-ltd) * [rocker](https://github.com/grammarly/rocker) - Extended Dockerfile builder. Supports multiple FROMs, MOUNTS, templates, etc. by [grammarly](grammarly). * [SkinnyWhale](https://github.com/djosephsen/skinnywhale) Skinnywhale helps you make smaller (as in megabytes) Docker containers. +* [Whales](https://github.com/Gueils/whales) - A tool to automatically dockerize your applications by [@icalialabs](https://github.com/IcaliaLabs). ## Linter / Validator * [dockerfile_lint](https://github.com/projectatomic/dockerfile_lint) - A rule-based 'linter' for Dockerfiles by [@redhataccess](https://github.com/redhataccess) From 3ccedbb0e5ba62078b432644c597c06f7face082 Mon Sep 17 00:00:00 2001 From: Moshe Immerman Date: Wed, 28 Jun 2017 09:31:02 +0200 Subject: [PATCH 2/6] Add 2 new resources --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c81237c..1666f51 100644 --- a/README.md +++ b/README.md @@ -487,6 +487,7 @@ Services to securely store your Docker images. # Useful Resources * [Awesome Linux Container](https://github.com/Friz-zy/awesome-linux-containers) more general about container than this repo, by [@Friz-zy](https://github.com/Friz-zy). +* [Awesome Sysadmin](https://github.com/n1trux/awesome-sysadmin) by [@n1trux](https://github.com/n1trux) * [Blog](http://crosbymichael.com/) of [@crosbymichael][crosbymichael] * [Blog](https://gliderlabs.com/devlog/) of [@gliderlabs][gliderlabs] * [Blog](http://jasonwilder.com/) of [@jwilder][jwilder] @@ -506,6 +507,7 @@ Services to securely store your Docker images. * [Docker vs. VMs? Combining Both for Cloud Portability Nirvana](http://www.rightscale.com/blog/cloud-management-best-practices/docker-vs-vms-combining-both-cloud-portability-nirvana) * [Docker Weekly](https://blog.docker.com/docker-weekly-archives/) Huge resource * [Project Web Dev][projwebdev] : (Article series) How to create your own website based on Docker +* [ToolsOfTheTrade](https://github.com/cjbarber/ToolsOfTheTrade) a list of SaaS and On premise applications by [@cjbarber](https://github.com/cjbarber) * __[Valuable Docker Links](http://www.nkode.io/2014/08/24/valuable-docker-links.html)__ High quality articles about docker! __MUST SEE__ ## Good Tips From cf2df3826de7ba997cfa3a3ab71db7b6afea5b30 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Wed, 28 Jun 2017 11:39:46 +0300 Subject: [PATCH 3/6] Add awesome selfhosted --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3cf1818..52cd0da 100644 --- a/README.md +++ b/README.md @@ -485,6 +485,7 @@ Services to securely store your Docker images. # Useful Resources * [Awesome Linux Container](https://github.com/Friz-zy/awesome-linux-containers) more general about container than this repo, by [@Friz-zy](https://github.com/Friz-zy). +* [Awesome Selfhosted](https://github.com/Kickball/awesome-selfhosted) list of Free Software network services and web applications which can be hosted locally by [Kickball](https://github.com/Kickball) * [Awesome Sysadmin](https://github.com/n1trux/awesome-sysadmin) by [@n1trux](https://github.com/n1trux) * [Blog](http://crosbymichael.com/) of [@crosbymichael][crosbymichael] * [Blog](https://gliderlabs.com/devlog/) of [@gliderlabs][gliderlabs] From 736ee0dda2add99c487c4cef7f5012f303a6ae67 Mon Sep 17 00:00:00 2001 From: devhkr Date: Thu, 29 Jun 2017 17:43:35 +0200 Subject: [PATCH 4/6] Refine description --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52cd0da..c5b2253 100644 --- a/README.md +++ b/README.md @@ -485,7 +485,7 @@ Services to securely store your Docker images. # Useful Resources * [Awesome Linux Container](https://github.com/Friz-zy/awesome-linux-containers) more general about container than this repo, by [@Friz-zy](https://github.com/Friz-zy). -* [Awesome Selfhosted](https://github.com/Kickball/awesome-selfhosted) list of Free Software network services and web applications which can be hosted locally by [Kickball](https://github.com/Kickball) +* [Awesome Selfhosted](https://github.com/Kickball/awesome-selfhosted) list of Free Software network services and web applications which can be hosted locally by running in a classical way (setup local web server and run applications from there) or in a Docker container. By [@Kickball](https://github.com/Kickball) * [Awesome Sysadmin](https://github.com/n1trux/awesome-sysadmin) by [@n1trux](https://github.com/n1trux) * [Blog](http://crosbymichael.com/) of [@crosbymichael][crosbymichael] * [Blog](https://gliderlabs.com/devlog/) of [@gliderlabs][gliderlabs] @@ -506,7 +506,7 @@ Services to securely store your Docker images. * [Docker vs. VMs? Combining Both for Cloud Portability Nirvana](http://www.rightscale.com/blog/cloud-management-best-practices/docker-vs-vms-combining-both-cloud-portability-nirvana) * [Docker Weekly](https://blog.docker.com/docker-weekly-archives/) Huge resource * [Project Web Dev][projwebdev] : (Article series) How to create your own website based on Docker -* [ToolsOfTheTrade](https://github.com/cjbarber/ToolsOfTheTrade) a list of SaaS and On premise applications by [@cjbarber](https://github.com/cjbarber) +* [ToolsOfTheTrade](https://github.com/cjbarber/ToolsOfTheTrade) a list of SaaS and On premise applications by [@cjbarber](https://github.com/cjbarber) * __[Valuable Docker Links](http://www.nkode.io/2014/08/24/valuable-docker-links.html)__ High quality articles about docker! __MUST SEE__ ## Good Tips From 155733bae2c14436ee87594389b5d4afba57afdf Mon Sep 17 00:00:00 2001 From: devhkr Date: Thu, 29 Jun 2017 18:03:29 +0200 Subject: [PATCH 5/6] Fix Travis CI #828 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5b2253..845c492 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ _Source:_ [What is Docker](https://www.docker.com/what-docker) * [Build And Run Your First Docker Windows Server Container](https://blog.docker.com/2016/09/build-your-first-docker-windows-server-container/) Walkthrough installing Docker on Windows 10, building a Docker image and running a Windows container * Video: [Windows Containers and Docker: The 101](https://www.youtube.com/watch?v=N7SG2wEyQtM) A 20-minute overview, using Docker to run PowerShell, ASP.NET Core and ASP.NET apps * [A Comparative Study of Docker Engine on Windows Server vs Linux Platform](http://collabnix.com/a-comparative-study-of-docker-engine-on-windows-server-vs-linux-platform/) Comparing the feature sets and implementations of Docker on Windows and Linux -* [Docker with Microsoft SQL 2016 + ASP.NET](http://blog.alexellis.io/docker-does-sql2016-aspnet/) Demonstration running ASP.NET and SQL Server workloads in Docker +* [Docker with Microsoft SQL 2016 + ASP.NET](https://blog.alexellis.io/docker-does-sql2016-aspnet/) Demonstration running ASP.NET and SQL Server workloads in Docker * [Running a Legacy ASP.NET App in a Windows Container](https://blog.sixeyed.com/dockerizing-nerd-dinner-part-1-running-a-legacy-asp-net-app-in-a-windows-container/) Steps for Dockerizing a legacy ASP.NET app and runnning as a Windows container * [Exploring ASP.NET Core with Docker in both Linux and Windows Containers](http://www.hanselman.com/blog/ExploringASPNETCoreWithDockerInBothLinuxAndWindowsContainers.aspx) Running ASP.NET Core apps in Linux and Windows containers, using [Docker for Windows][docker-for-windows] @@ -399,7 +399,7 @@ Services to securely store your Docker images. * [Amazon ECS](https://aws.amazon.com/ecs/) - A management service on EC2 that supports Docker containers. * [Arukas](https://arukas.io/) - Heroku-inspired CaaS * [Azure ACS](https://azure.microsoft.com/en-us/services/container-service/) - A management service on Azure Virtual Machines that supports Docker containers. -* [Cloud 66](http://www.cloud66.com) - Full-stack hosted container management as a service +* [Cloud 66](https://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 * [Docker Cloud](https://cloud.docker.com/) - Former Tutum From 08ddf65e025ded3ed19f024a13d14c4a18459abe Mon Sep 17 00:00:00 2001 From: burka Date: Thu, 6 Jul 2017 11:05:16 +0200 Subject: [PATCH 6/6] Remove obsolete Orchard entry Orchard closed down on October 23rd 2014, so it's time to remove it. See https://www.orchardup.com/blog/orchard-is-joining-docker . --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a149662..e3ce47b 100644 --- a/README.md +++ b/README.md @@ -410,7 +410,6 @@ Services to securely store your Docker images. * [Hyper_](https://hyper.sh/) - Secure container hosting service with "nano-containers" and per-second billing. * [IBM Bluemix Container Service](https://console.bluemix.net/docs/containers/container_index.html) - 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.