From 72b9bfd0c68581051bdb92ce1d66d12960ac09ba Mon Sep 17 00:00:00 2001 From: ictlyh Date: Mon, 6 Apr 2015 16:11:57 +0800 Subject: [PATCH] PR:[Translating]2 Ways to Create Your Own Docker Base Image --- .../tech/20150330 2 Ways to Create Your Own Docker Base Image.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/tech/20150330 2 Ways to Create Your Own Docker Base Image.md b/sources/tech/20150330 2 Ways to Create Your Own Docker Base Image.md index 80a7d4d4fa..c9ea39e5fd 100644 --- a/sources/tech/20150330 2 Ways to Create Your Own Docker Base Image.md +++ b/sources/tech/20150330 2 Ways to Create Your Own Docker Base Image.md @@ -1,3 +1,4 @@ +Translating by ictlyh 2 Ways to Create Your Own Docker Base Image ================================================================================ Greetings to everyone, today we'll learn about docker base Images and how we can build our own. [Docker][1] is an Open Source project that provides an open platform to pack, ship and run any application as a lightweight container. It has no boundaries of Language support, Frameworks or packaging system and can be run anywhere, anytime from a small home computers to high-end servers. It makes them great building blocks for deploying and scaling web apps, databases, and back-end services without depending on a particular stack or provider.