From 09517d99ad04bb1c503984a461ddee9401faec56 Mon Sep 17 00:00:00 2001 From: "Xingyu.Wang" Date: Fri, 28 Nov 2014 09:36:39 +0800 Subject: [PATCH] Revert "[Translating]20141127 How to install Docker on CentOS 7" --- sources/tech/20141127 How to install Docker on CentOS 7.md | 1 - 1 file changed, 1 deletion(-) diff --git a/sources/tech/20141127 How to install Docker on CentOS 7.md b/sources/tech/20141127 How to install Docker on CentOS 7.md index 134ad89a46..d39a3ca5d8 100644 --- a/sources/tech/20141127 How to install Docker on CentOS 7.md +++ b/sources/tech/20141127 How to install Docker on CentOS 7.md @@ -1,4 +1,3 @@ -[translating by KayGuoWhu] How to install Docker on CentOS 7 ================================================================================ Docker is an open-source tool that makes creating & managing **Linux containers(LXC)** easy. Containers are like lightweight VMs which can be started & stopped in milliseconds. Dockers help the system admin & coders to develop their application in a container and can further scale up to 1000 of nodes.