update the documentation design
This commit is contained in:
parent
84e26f046b
commit
45cc9908ad
17
README.md
17
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.
|
||||
<br>
|
||||
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)
|
||||
|
||||
|
||||
|
||||
<a name="Intro"></a>
|
||||
### 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.
|
||||
|
|
Loading…
Reference in New Issue