From 0599a6e016addd8fe80e3e0ed3d94e235819e71c Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Mon, 26 Aug 2019 20:26:15 +0200 Subject: [PATCH 1/2] update ZEIT now repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TravisCI [#2440]: > Issues :-( > > > Links > > 1. [L116] https://www.hanselman.com/blog/ExploringASPNETCoreWithDockerInBothLinuxAndWindowsContainers.aspx SSL_connect returned=1 errno=0 state=error: certificate verify failed > 2. [L248] 301 https://github.com/zeit/now-cli → https://github.com/zeit/now > 3. [L660] 301 https://blogs.flexera.com/cloud/cloud-management-best-practices/docker-vs-vms-combining-both-for-cloud-portability-nirvana/ → https://www.flexera.com/blog/cloud/cloud-management-best-practices/docker-vs-vms-combining-both-for-cloud-portability-nirvana/ > > > Dupes > None ✓ [#2440] https://travis-ci.org/veggiemonk/awesome-docker/builds/576945718 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 712dd71..6c81f70 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker) - [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/en) - [Tsuru](https://github.com/tsuru/tsuru) - Tsuru is an extensible and open source Platform as a Service software - [Workflow](https://github.com/deis/workflow) - The open source PaaS for Kubernetes by [Deis](https://github.com/deis). Formerly Deis v1. -- [ZEIT Now](https://github.com/zeit/now-cli) :heavy_dollar_sign: - A universal serverless single-command deploy for Node.js applications or any application with a Dockerfile. +- [ZEIT Now](https://github.com/zeit/now) :heavy_dollar_sign: - A universal serverless single-command deploy for Node.js applications or any application with a Dockerfile. ### Reverse Proxy From 9000ef19fcc16bee0f4c5c3d4e3522ae998bcb2d Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Mon, 26 Aug 2019 20:30:12 +0200 Subject: [PATCH 2/2] update link of 'Docker vs. VMs? Combining Both for Cloud Portability Nirvana' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TravisCI [#2440]: > Issues :-( > > > Links > > 1. [L116] https://www.hanselman.com/blog/ExploringASPNETCoreWithDockerInBothLinuxAndWindowsContainers.aspx SSL_connect returned=1 errno=0 state=error: certificate verify failed > 2. [L248] 301 https://github.com/zeit/now-cli → https://github.com/zeit/now > 3. [L660] 301 https://blogs.flexera.com/cloud/cloud-management-best-practices/docker-vs-vms-combining-both-for-cloud-portability-nirvana/ → https://www.flexera.com/blog/cloud/cloud-management-best-practices/docker-vs-vms-combining-both-for-cloud-portability-nirvana/ > > > Dupes > None ✓ [#2440] https://travis-ci.org/veggiemonk/awesome-docker/builds/576945718 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c81f70..6815888 100644 --- a/README.md +++ b/README.md @@ -657,7 +657,7 @@ Services to securely store your Docker images. - [Dealing with linked containers dependency in docker-compose](http://brunorocha.org/python/dealing-with-linked-containers-dependency-in-docker-compose.html) by [@rochacbruno](https://github.com/rochacbruno) - [Docker Caveats](http://docker-saigon.github.io/post/Docker-Caveats/) What You Should Know About Running Docker In Production (written 11 APRIL 2016) **MUST SEE** - [Docker Containers on the Desktop](https://blog.jessfraz.com/post/docker-containers-on-the-desktop/) - The **funniest way** to learn about docker by [@jessfraz][jessfraz] who also gave a [presentation](https://www.youtube.com/watch?v=1qlLUf7KtAw) about it @ DockerCon 2015 -- [Docker vs. VMs? Combining Both for Cloud Portability Nirvana](https://blogs.flexera.com/cloud/cloud-management-best-practices/docker-vs-vms-combining-both-for-cloud-portability-nirvana/) +- [Docker vs. VMs? Combining Both for Cloud Portability Nirvana](https://www.flexera.com/blog/cloud/cloud-management-best-practices/docker-vs-vms-combining-both-for-cloud-portability-nirvana/) - [Don't Repeat Yourself with Anchors, Aliases and Extensions in Docker Compose Files](https://medium.com/@kinghuang/docker-compose-anchors-aliases-extensions-a1e4105d70bd) by [@King Chung Huang](https://github.com/kinghuang) - [GUI Apps with Docker](http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/) by [@fgrehm][fgrehm]