From d8f7b028332e964c803a6f8e56a8518e3230fad0 Mon Sep 17 00:00:00 2001 From: Xingcai Zhang Date: Fri, 6 Oct 2017 00:29:49 +0800 Subject: [PATCH] fixed invalid docker link --- case-studies/golfnow.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/case-studies/golfnow.html b/case-studies/golfnow.html index 1d0395aad1..d2e3eb0bee 100644 --- a/case-studies/golfnow.html +++ b/case-studies/golfnow.html @@ -56,7 +56,7 @@ css: /css/style_golfnow.css

The path to those stellar results began in late 2014. In order to support GolfNow’s global growth, the team decided that the company needed to have multiple data centers and the ability to quickly and easily re-route traffic as needed. "From there we knew that we needed to go in a direction of breaking things apart, microservices, and containerization," says Sheriff. "At the time we were trying to get away from C#.NET and SQL Server since it didn’t run very well on Linux, where everything container was running smoothly."

- To that end, the team shifted to working with Node.js, the open-source, cross-platform JavaScript runtime environment for developing tools and applications, and MongoDB, the open-source database program. At the time, Docker, the platform for deploying applications in containers, was still new. But once the team began experimenting with it, Sheriff says, "we realized that was the way we wanted to go, especially since that’s the way the industry is heading." + To that end, the team shifted to working with Node.js, the open-source, cross-platform JavaScript runtime environment for developing tools and applications, and MongoDB, the open-source database program. At the time, Docker, the platform for deploying applications in containers, was still new. But once the team began experimenting with it, Sheriff says, "we realized that was the way we wanted to go, especially since that’s the way the industry is heading."