Skip to content

Commit c79d067

Browse files
committed
add missing supported images to the docs
1 parent 4814490 commit c79d067

1 file changed

Lines changed: 98 additions & 69 deletions

File tree

  • DOCUMENTATION/content/introduction

DOCUMENTATION/content/introduction/index.md

Lines changed: 98 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -92,97 +92,126 @@ That's it! enjoy :)
9292

9393

9494
<a name="Supported-Containers"></a>
95-
## Supported Software (Images)
95+
## Supported Software (Docker Images)
9696

9797
> Laradock, adheres to the 'separation of concerns' principle, thus it runs each software on its own Docker Container.
98-
> You can turn On/Off as many instances of as any container without worrying about the configurations.
98+
> You can turn On/Off as many instances as you want without worrying about the configurations.
9999

100100
> To run a chosen container from the list below, run `docker-compose up -d {container-name}`.
101101
> The container name `{container-name}` is the same as its folder name. Example to run the "PHP FPM" container use the name "php-fpm".
102102

103103
- **Web Servers:**
104-
* NGINX
105-
* Apache2
106-
* Caddy
107-
* HAProxy
104+
- NGINX
105+
- Apache2
106+
- Caddy
107+
108+
- **Load Balancers:**
109+
- HAProxy
110+
- Traefik
108111

109112
- **PHP Compilers:**
110-
* PHP FPM
111-
* HHVM
113+
- PHP FPM
114+
- HHVM
112115

113116
- **Database Management Systems:**
114-
* MySQL
115-
* MariaDB
116-
* Percona
117-
* MongoDB
118-
* Neo4j
119-
* RethinkDB
120-
* MSSQL
121-
* PostgreSQL
122-
* Postgres-PostGIS
117+
- MySQL
118+
- PostgreSQL
119+
- PostGIS
120+
- MariaDB
121+
- Percona
122+
- MSSQL
123+
- MongoDB
124+
- MongoDB Web UI
125+
- Neo4j
126+
- CouchDB
127+
- RethinkDB
128+
123129

124130
- **Database Management Apps:**
125-
* PhpMyAdmin
126-
* Adminer
127-
* PgAdmin
131+
- PhpMyAdmin
132+
- Adminer
133+
- PgAdmin
128134

129135
- **Cache Engines:**
130-
* Redis
131-
* Memcached
132-
* Aerospike
133-
* Varnish
136+
- Redis
137+
- Redis Web UI
138+
- Redis Cluster
139+
- Memcached
140+
- Aerospike
141+
- Varnish
134142

135143
- **Message Brokers:**
136-
* RabbitMQ (+ Admin Console)
137-
* Beanstalkd (+ Admin Console)
138-
* PHP Worker
144+
- RabbitMQ
145+
- RabbitMQ Admin Console
146+
- Beanstalkd
147+
- Beanstalkd Admin Console
148+
- Eclipse Mosquitto
149+
- PHP Worker
150+
- Laravel Horizon
139151

140152
- **Mail Servers:**
141-
* Mailu
142-
* Mailhog
143-
* MailDev
153+
- Mailu
154+
- Mailhog
155+
- MailDev
156+
157+
- **Log Management:**
158+
- GrayLog
144159

145160
- **Testing:**
146-
* Selenium
161+
- Selenium
147162

148163
- **Monitoring:**
149-
* Grafana
150-
* NetData
151-
152-
- **More Tools:**
153-
* Certbot *(Automatically enable HTTPS on your website)*
154-
* Swoole *(Production-Grade Async programming Framework for PHP)*
155-
* ElasticSearch *(Search engine based on the Lucene library)*
156-
* Kibana *(Visualize your Elasticsearch data and navigate the Elastic Stack)*
157-
* Portainer *(Build and manage your Docker environments with ease)*
158-
* Jenkins (automation server)
159-
* Gitlab *(A single application for the entire software development lifecycle)*
160-
* Blackfire *(Empowers all PHP developers and IT/Ops to continuously verify and improve their app's performance)*
161-
* Laravel Echo *(Bring the power of WebSockets to your Laravel applications)*
162-
* Phalcon *(A PHP web framework based on the model–view–controller pattern)*
163-
* Minio *(Cloud storage server released under Apache License v2, compatible with Amazon S3)*
164-
165-
- **Workspace Image Tools**
166-
167-
> Laradock introduces the **Workspace** Image, as a development environment.
168-
> It contains a rich set of helpful tools, all pre-configured to work and integrate with almost any combination of tools you choose.
169-
170-
* PHP CLI
171-
* Composer
172-
* Git
173-
* Vim
174-
* xDebug
175-
* Linuxbrew
176-
* Node
177-
* V8JS
178-
* Gulp
179-
* SQLite
180-
* Envoy
181-
* Deployer
182-
* Yarn
183-
* SOAP
184-
* Drush
185-
* Wordpress CLI
164+
- Grafana
165+
- NetData
166+
167+
- **Search Engines:**
168+
- ElasticSearch
169+
- Apache Solr
170+
- Manticore Search
171+
172+
- **IDE's**
173+
- ICE Coder
174+
- Theia
175+
- Web IDE
176+
177+
- **Miscellaneous:**
178+
- Workspace: *(Laradock container that includes a rich set of pre-configured useful tools)*
179+
- `PHP CLI`
180+
- `Composer`
181+
- `Git`
182+
- `Vim`
183+
- `xDebug`
184+
- `Linuxbrew`
185+
- `Node`
186+
- `V8JS`
187+
- `Gulp`
188+
- `SQLite`
189+
- `Laravel Envoy`
190+
- `Deployer`
191+
- `Yarn`
192+
- `SOAP`
193+
- `Drush`
194+
- `Wordpress CLI`
195+
- Apache ZooKeeper *(Centralized service for distributed systems to a hierarchical key-value store)*
196+
- Kibana *(Visualize your Elasticsearch data and navigate the Elastic Stack)*
197+
- LogStash *(Server-side data processing pipeline that ingests data from a multitude of sources simultaneously)*
198+
- Jenkins *(automation server, that provides plugins to support building, deploying and automating any project)*
199+
- Certbot *(Automatically enable HTTPS on your website)*
200+
- Swoole *(Production-Grade Async programming Framework for PHP)*
201+
- SonarQube *(continuous inspection of code quality to perform automatic reviews with static analysis of code to detect bugs and more)*
202+
- Gitlab *(A single application for the entire software development lifecycle)*
203+
- PostGIS *(Database extender for PostgreSQL. It adds support for geographic objects allowing location queries to be run in SQL)*
204+
- Blackfire *(Empowers all PHP developers and IT/Ops to continuously verify and improve their app's performance)*
205+
- Laravel Echo *(Bring the power of WebSockets to your Laravel applications)*
206+
- Phalcon *(A PHP web framework based on the model–view–controller pattern)*
207+
- Minio *(Cloud storage server released under Apache License v2, compatible with Amazon S3)*
208+
- AWS EB CLI *(CLI that helps you deploy and manage your AWS Elastic Beanstalk applications and environments)*
209+
- Thumbor *(Photo thumbnail service)*
210+
- IPython *(Provides a rich architecture for interactive computing)*
211+
- Jupyter Hub *(Jupyter notebook for multiple users)*
212+
- Portainer *(Build and manage your Docker environments with ease)*
213+
- Docker Registry *(The Docker Registry implementation for storing and distributing Docker images)*
214+
- Docker Web UI *(A browser-based solution for browsing and modifying a private Docker registry)*
186215

187216
You can choose, which tools to install in your workspace container and other containers, from the `.env` file.
188217

@@ -191,7 +220,7 @@ You can choose, which tools to install in your workspace container and other con
191220

192221

193222

194-
If you can't find your Software in the list, build it yourself and submit it. Contributions are welcomed :)
223+
*If you can't find your Software in the list, build it yourself and submit it. Contributions are welcomed :)*
195224
196225
197226

0 commit comments

Comments
 (0)