From ef59341d777319dd142cb94a39dede448608e40f Mon Sep 17 00:00:00 2001 From: Mahmoud Zalt Date: Sat, 22 Aug 2015 13:56:59 +0300 Subject: [PATCH] add better description of Docker in the readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fef16ff..3f34a73 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ It includes a Laravel `v5.1.10` fresh installation and a pre-configured **Docker ### What is Docker? -[Docker](https://www.docker.com) is a [Linux](https://www.linux.com) container, written in [Go](http://golang.org) and based on [LXC](https://en.wikipedia.org/wiki/LXC) and [AUFS](https://en.wikipedia.org/wiki/Aufs). +[Docker](https://www.docker.com) is an open-source project that automates the deployment of applications inside software containers, by providing an additional layer of abstraction and automation of [operating-system-level virtualization](https://en.wikipedia.org/wiki/Operating-system-level_virtualization) on Linux, Mac OS and Windows. ### What is Laravel?