@@ -19,7 +19,7 @@ It's like Laravel Homestead but for Docker instead of Vagrant.
1919
2020- [ Intro] ( #Intro )
2121 - [Features](#features)
22- - [Supported Containers ](#Supported-Containers)
22+ - [Supported Software's ](#Supported-Containers)
2323 - [What is Docker](#what-is-docker)
2424 - [What is Laravel](#what-is-laravel)
2525 - [Why Docker not Vagrant](#why-docker-not-vagrant)
@@ -93,25 +93,31 @@ docker-compose up nginx mysql redis
9393
9494
9595<a name =" Supported-Containers " ></a >
96- ### Supported Containers
96+ ### Supported Software's ( Containers)
9797
98- - PHP-FPM
99- - NGINX
100- - HHVM
101- - MySQL
102- - PostgreSQL
103- - MariaDB
104- - MongoDB
105- - Neo4j
106- - Redis
107- - Memcached
108- - Caddy
109- - Beanstalkd
110- - Beanstalkd Console
111- - Workspace (contains: Composer, PHP7-CLI, Laravel Installer, Git, Node, Gulp, SQLite, Vim, Nano, cURL...)
98+ - ** Database Engines:**
99+ - MySQL
100+ - PostgreSQL
101+ - MariaDB
102+ - MongoDB
103+ - Neo4j
104+ - ** Cache Engines:**
105+ - Redis
106+ - Memcached
107+ - ** PHP Servers:**
108+ - NGINX
109+ - Apache2
110+ - Caddy
111+ - ** PHP Compilers:**
112+ - PHP-FPM
113+ - HHVM
114+ - ** Message Queueing Systems:**
115+ - Beanstalkd (+ Beanstalkd Console)
116+ - ** Tools:**
117+ - Workspace (PHP7-CLI, Composer, Git, Node, Gulp, SQLite, Vim, Nano, cURL...)
112118
113119
114- > If you can't find your container , build it yourself and add it to this list. Contributions are welcomed :)
120+ > If you can't find your Software , build it yourself and add it to this list. Contributions are welcomed :)
115121
116122
117123
@@ -209,9 +215,9 @@ git clone https://github.com/LaraDock/laradock.git
209215docker-compose up -d nginx mysql
210216```
211217
212- You can select your own combination of container form this list:
218+ You can select your own combination of Containers form the list below :
213219
214- ` apache2 ` , ` caddy ` , ` nginx ` , ` hhvm ` , ` php-fpm ` , ` mysql ` , ` redis ` , ` postgres ` , ` mariadb ` , ` neo4j ` , ` mongo ` , ` memcached ` , ` beanstalkd ` , ` beanstalkd-console ` , ` workspace ` .
220+ ` nginx ` , ` hhvm ` , ` php-fpm ` , ` mysql ` , ` redis ` , ` postgres ` , ` mariadb ` , ` neo4j ` , ` mongo ` , ` apache2 ` , ` caddy ` , ` memcached ` , ` beanstalkd ` , ` beanstalkd-console ` , ` workspace ` .
215221
216222
217223** Note** : ` workspace ` and ` php-fpm ` will run automatically in most of the cases, so no need to specify them in the ` up ` command.
0 commit comments