From 45cc9908ad7095b64da6046ab61b1b345291dcc2 Mon Sep 17 00:00:00 2001 From: Mahmoud Zalt Date: Sun, 6 Mar 2016 07:29:15 +0200 Subject: [PATCH] update the documentation design --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 86349474..756ec1df 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ [![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](http://www.zalt.me) +Like Laravel Homstead but for Docker instead of Vagrant. +
+LaraDock helps you run your **Laravel** App on **Docker** in seconds. + + + +![](http://s11.postimg.org/uqpl3efab/laradock.jpg) + + ## Contents @@ -13,19 +22,15 @@ - [Documentation](#Documentation) - [Docker Images](#Images) -![](http://s11.postimg.org/uqpl3efab/laradock.jpg) - - -### What is LaraDock? - -**LaraDock** helps you run your **Laravel** App on **Docker** in seconds. +### Intro LaraDock strives to make the development experience easier. It contains pre-packaged Docker Images that provides you a wonderful development environment without requiring you to install PHP, NGINX, MySQL, REDIS, and any other software on your local machine. + ### What is Docker? [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.