diff --git a/DOCUMENTATION/content/getting-started/index.md b/DOCUMENTATION/content/getting-started/index.md
index 5959096c..b5564dde 100644
--- a/DOCUMENTATION/content/getting-started/index.md
+++ b/DOCUMENTATION/content/getting-started/index.md
@@ -166,9 +166,7 @@ docker-compose up -d nginx mysql
**Note**: The `workspace` and `php-fpm` will run automatically in most of the cases, so no need to specify them in the `up` command. If you couldn't find them running then you need specify them as follow: `docker-compose up -d nginx php-fpm mysql workspace`.
-You can select your own combination of containers form the list below:
-
-> `nginx`, `hhvm`, `php-fpm`, `mysql`, `redis`, `postgres`, `mariadb`, `neo4j`, `mongo`, `apache2`, `caddy`, `memcached`, `beanstalkd`, `beanstalkd-console`, `rabbitmq`, `beanstalkd-console`, `workspace`, `phpmyadmin`, `adminer`, `aerospike`, `pgadmin`, `elasticsearch`, `rethinkdb`, `postgres-postgis`, `certbot`, `mailhog`, `minio` and more...!
+You can select your own combination of containers form [this list](http://laradock.io/introduction/#supported-software-images).
*(Please note that sometimes we forget to update the docs, so check the `docker-compose.yml` file to see an updated list of all available containers).*
diff --git a/DOCUMENTATION/content/introduction/index.md b/DOCUMENTATION/content/introduction/index.md
index ef7928cd..52792c25 100644
--- a/DOCUMENTATION/content/introduction/index.md
+++ b/DOCUMENTATION/content/introduction/index.md
@@ -82,7 +82,7 @@ In adhering to the separation of concerns principle as promoted by Docker, Larad
You can turn On/Off as many instances of as any container without worrying about the configurations, everything works like a charm.
- **Database Engines:**
-MySQL - MariaDB - MongoDB - Neo4j - RethinkDB - PostgreSQL - Postgres Postgis.
+MySQL - MariaDB - MongoDB - Neo4j - RethinkDB - MSSQL - PostgreSQL - Postgres Postgis.
- **Cache Engines:**
Redis - Memcached - Aerospike
- **PHP Servers:**
@@ -90,9 +90,9 @@ NGINX - Apache2 - Caddy
- **PHP Compilers:**
PHP FPM - HHVM
- **Message Queuing:**
-Beanstalkd - Beanstalkd Console - RabbitMQ - RabbitMQ Console
+Beanstalkd - Beanstalkd Console - RabbitMQ - RabbitMQ Console - PHP Worker
- **Tools:**
-PhpMyAdmin - Adminer - PgAdmin - ElasticSearch - Selenium - Certbot - Mailhog - Minio...
+HAProxy - Jenkins - ElasticSearch - Selenium - Certbot - Mailhog - Minio - Varnish - PhpMyAdmin - Adminer - PgAdmin - MailHog...
Laradock introduces the **Workspace** Image, as a development environment.
It contains a rich set of helpful tools, all pre-configured to work and integrate with almost any combination of Containers and tools you may choose.
diff --git a/docs/getting-started/index.html b/docs/getting-started/index.html
index a9318720..b55b250d 100644
--- a/docs/getting-started/index.html
+++ b/docs/getting-started/index.html
@@ -499,11 +499,7 @@
Note: The workspace
and php-fpm
will run automatically in most of the cases, so no need to specify them in the up
command. If you couldn’t find them running then you need specify them as follow: docker-compose up -d nginx php-fpm mysql workspace
.
-You can select your own combination of containers form the list below:
-
-
-nginx
, hhvm
, php-fpm
, mysql
, redis
, postgres
, mariadb
, neo4j
, mongo
, apache2
, caddy
, memcached
, beanstalkd
, beanstalkd-console
, rabbitmq
, beanstalkd-console
, workspace
, phpmyadmin
, adminer
, aerospike
, pgadmin
, elasticsearch
, rethinkdb
, postgres-postgis
, certbot
, mailhog
, minio
and more…!
-
+You can select your own combination of containers form this list.
(Please note that sometimes we forget to update the docs, so check the docker-compose.yml
file to see an updated list of all available containers).
diff --git a/docs/getting-started/index.xml b/docs/getting-started/index.xml
index bd2d13b7..d7bebb40 100644
--- a/docs/getting-started/index.xml
+++ b/docs/getting-started/index.xml
@@ -180,11 +180,7 @@
<p><strong>Note</strong>: The <code>workspace</code> and <code>php-fpm</code> will run automatically in most of the cases, so no need to specify them in the <code>up</code> command. If you couldn’t find them running then you need specify them as follow: <code>docker-compose up -d nginx php-fpm mysql workspace</code>.</p>
-<p>You can select your own combination of containers form the list below:</p>
-
-<blockquote>
-<p><code>nginx</code>, <code>hhvm</code>, <code>php-fpm</code>, <code>mysql</code>, <code>redis</code>, <code>postgres</code>, <code>mariadb</code>, <code>neo4j</code>, <code>mongo</code>, <code>apache2</code>, <code>caddy</code>, <code>memcached</code>, <code>beanstalkd</code>, <code>beanstalkd-console</code>, <code>rabbitmq</code>, <code>beanstalkd-console</code>, <code>workspace</code>, <code>phpmyadmin</code>, <code>adminer</code>, <code>aerospike</code>, <code>pgadmin</code>, <code>elasticsearch</code>, <code>rethinkdb</code>, <code>postgres-postgis</code>, <code>certbot</code>, <code>mailhog</code>, <code>minio</code> and more…!</p>
-</blockquote>
+<p>You can select your own combination of containers form <a href="http://laradock.io/introduction/#supported-software-images">this list</a>.</p>
<p><em>(Please note that sometimes we forget to update the docs, so check the <code>docker-compose.yml</code> file to see an updated list of all available containers).</em></p>
diff --git a/docs/images/colors.png b/docs/images/colors.png
deleted file mode 100644
index 45e4b604..00000000
Binary files a/docs/images/colors.png and /dev/null differ
diff --git a/docs/images/screen.png b/docs/images/screen.png
deleted file mode 100644
index cb10504b..00000000
Binary files a/docs/images/screen.png and /dev/null differ
diff --git a/docs/index.html b/docs/index.html
index a1536ff0..5f30a360 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -404,7 +404,7 @@ You can turn On/Off as many instances of as any container without worrying about
- Database Engines:
-MySQL - MariaDB - MongoDB - Neo4j - RethinkDB - PostgreSQL - Postgres Postgis.
+MySQL - MariaDB - MongoDB - Neo4j - RethinkDB - MSSQL - PostgreSQL - Postgres Postgis.
- Cache Engines:
Redis - Memcached - Aerospike
- PHP Servers:
@@ -412,9 +412,9 @@ NGINX - Apache2 - Caddy
- PHP Compilers:
PHP FPM - HHVM
- Message Queuing:
-Beanstalkd - Beanstalkd Console - RabbitMQ - RabbitMQ Console
+Beanstalkd - Beanstalkd Console - RabbitMQ - RabbitMQ Console - PHP Worker
- Tools:
-PhpMyAdmin - Adminer - PgAdmin - ElasticSearch - Selenium - Certbot - Mailhog - Minio…
+HAProxy - Jenkins - ElasticSearch - Selenium - Certbot - Mailhog - Minio - Varnish - PhpMyAdmin - Adminer - PgAdmin - MailHog…
Laradock introduces the Workspace Image, as a development environment.
@@ -640,11 +640,7 @@ PHP CLI - Composer - Git - Linuxbrew - Node - Gulp - SQLite - xDebug - Envoy - D
Note: The workspace
and php-fpm
will run automatically in most of the cases, so no need to specify them in the up
command. If you couldn’t find them running then you need specify them as follow: docker-compose up -d nginx php-fpm mysql workspace
.
-You can select your own combination of containers form the list below:
-
-
-nginx
, hhvm
, php-fpm
, mysql
, redis
, postgres
, mariadb
, neo4j
, mongo
, apache2
, caddy
, memcached
, beanstalkd
, beanstalkd-console
, rabbitmq
, beanstalkd-console
, workspace
, phpmyadmin
, adminer
, aerospike
, pgadmin
, elasticsearch
, rethinkdb
, postgres-postgis
, certbot
, mailhog
, minio
and more…!
-
+You can select your own combination of containers form this list.
(Please note that sometimes we forget to update the docs, so check the docker-compose.yml
file to see an updated list of all available containers).
diff --git a/docs/index.xml b/docs/index.xml
index 2268439a..1dd534ff 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -84,7 +84,7 @@ You can turn On/Off as many instances of as any container without worrying about
<ul>
<li><strong>Database Engines:</strong>
-MySQL - MariaDB - MongoDB - Neo4j - RethinkDB - PostgreSQL - Postgres Postgis.</li>
+MySQL - MariaDB - MongoDB - Neo4j - RethinkDB - MSSQL - PostgreSQL - Postgres Postgis.</li>
<li><strong>Cache Engines:</strong>
Redis - Memcached - Aerospike</li>
<li><strong>PHP Servers:</strong>
@@ -92,9 +92,9 @@ NGINX - Apache2 - Caddy</li>
<li><strong>PHP Compilers:</strong>
PHP FPM - HHVM</li>
<li><strong>Message Queuing:</strong>
-Beanstalkd - Beanstalkd Console - RabbitMQ - RabbitMQ Console</li>
+Beanstalkd - Beanstalkd Console - RabbitMQ - RabbitMQ Console - PHP Worker</li>
<li><strong>Tools:</strong>
-PhpMyAdmin - Adminer - PgAdmin - ElasticSearch - Selenium - Certbot - Mailhog - Minio…</li>
+HAProxy - Jenkins - ElasticSearch - Selenium - Certbot - Mailhog - Minio - Varnish - PhpMyAdmin - Adminer - PgAdmin - MailHog…</li>
</ul>
<p>Laradock introduces the <strong>Workspace</strong> Image, as a development environment.
@@ -325,11 +325,7 @@ PHP CLI - Composer - Git - Linuxbrew - Node - Gulp - SQLite - xDebug - Envoy - D
<p><strong>Note</strong>: The <code>workspace</code> and <code>php-fpm</code> will run automatically in most of the cases, so no need to specify them in the <code>up</code> command. If you couldn’t find them running then you need specify them as follow: <code>docker-compose up -d nginx php-fpm mysql workspace</code>.</p>
-<p>You can select your own combination of containers form the list below:</p>
-
-<blockquote>
-<p><code>nginx</code>, <code>hhvm</code>, <code>php-fpm</code>, <code>mysql</code>, <code>redis</code>, <code>postgres</code>, <code>mariadb</code>, <code>neo4j</code>, <code>mongo</code>, <code>apache2</code>, <code>caddy</code>, <code>memcached</code>, <code>beanstalkd</code>, <code>beanstalkd-console</code>, <code>rabbitmq</code>, <code>beanstalkd-console</code>, <code>workspace</code>, <code>phpmyadmin</code>, <code>adminer</code>, <code>aerospike</code>, <code>pgadmin</code>, <code>elasticsearch</code>, <code>rethinkdb</code>, <code>postgres-postgis</code>, <code>certbot</code>, <code>mailhog</code>, <code>minio</code> and more…!</p>
-</blockquote>
+<p>You can select your own combination of containers form <a href="http://laradock.io/introduction/#supported-software-images">this list</a>.</p>
<p><em>(Please note that sometimes we forget to update the docs, so check the <code>docker-compose.yml</code> file to see an updated list of all available containers).</em></p>
diff --git a/docs/introduction/index.html b/docs/introduction/index.html
index c38e0b84..5826af0a 100644
--- a/docs/introduction/index.html
+++ b/docs/introduction/index.html
@@ -403,7 +403,7 @@ You can turn On/Off as many instances of as any container without worrying about
- Database Engines:
-MySQL - MariaDB - MongoDB - Neo4j - RethinkDB - PostgreSQL - Postgres Postgis.
+MySQL - MariaDB - MongoDB - Neo4j - RethinkDB - MSSQL - PostgreSQL - Postgres Postgis.
- Cache Engines:
Redis - Memcached - Aerospike
- PHP Servers:
@@ -411,9 +411,9 @@ NGINX - Apache2 - Caddy
- PHP Compilers:
PHP FPM - HHVM
- Message Queuing:
-Beanstalkd - Beanstalkd Console - RabbitMQ - RabbitMQ Console
+Beanstalkd - Beanstalkd Console - RabbitMQ - RabbitMQ Console - PHP Worker
- Tools:
-PhpMyAdmin - Adminer - PgAdmin - ElasticSearch - Selenium - Certbot - Mailhog - Minio…
+HAProxy - Jenkins - ElasticSearch - Selenium - Certbot - Mailhog - Minio - Varnish - PhpMyAdmin - Adminer - PgAdmin - MailHog…
Laradock introduces the Workspace Image, as a development environment.
diff --git a/docs/introduction/index.xml b/docs/introduction/index.xml
index eab64a5b..c4743dd0 100644
--- a/docs/introduction/index.xml
+++ b/docs/introduction/index.xml
@@ -84,7 +84,7 @@ You can turn On/Off as many instances of as any container without worrying about
<ul>
<li><strong>Database Engines:</strong>
-MySQL - MariaDB - MongoDB - Neo4j - RethinkDB - PostgreSQL - Postgres Postgis.</li>
+MySQL - MariaDB - MongoDB - Neo4j - RethinkDB - MSSQL - PostgreSQL - Postgres Postgis.</li>
<li><strong>Cache Engines:</strong>
Redis - Memcached - Aerospike</li>
<li><strong>PHP Servers:</strong>
@@ -92,9 +92,9 @@ NGINX - Apache2 - Caddy</li>
<li><strong>PHP Compilers:</strong>
PHP FPM - HHVM</li>
<li><strong>Message Queuing:</strong>
-Beanstalkd - Beanstalkd Console - RabbitMQ - RabbitMQ Console</li>
+Beanstalkd - Beanstalkd Console - RabbitMQ - RabbitMQ Console - PHP Worker</li>
<li><strong>Tools:</strong>
-PhpMyAdmin - Adminer - PgAdmin - ElasticSearch - Selenium - Certbot - Mailhog - Minio…</li>
+HAProxy - Jenkins - ElasticSearch - Selenium - Certbot - Mailhog - Minio - Varnish - PhpMyAdmin - Adminer - PgAdmin - MailHog…</li>
</ul>
<p>Laradock introduces the <strong>Workspace</strong> Image, as a development environment.