devilbox/docs/readings/available-container.rst

56 lines
2.3 KiB
ReStructuredText
Raw Normal View History

2018-03-11 12:33:54 +01:00
.. _available_container:
*******************
Available container
*******************
2018-03-11 17:39:29 +01:00
.. note::
:ref:`start_the_devilbox`
Find out how to start some or all container.
2018-08-15 19:53:06 +02:00
The following tables give you an overview about all container that can be started.
2018-03-11 17:39:29 +01:00
When doing a selective start, use the ``Name`` value to specify the container to start up.
2018-08-15 19:53:06 +02:00
Core container
==============
These container are well integrated into the Devilbox intranet and are considered core container:
2018-03-11 17:39:29 +01:00
+---------------------------+-------+----------+----------------+
| Container | Name | Hostname | IP Address |
+===========================+=======+==========+================+
| DNS | bind | bind | 172.16.238.100 |
+---------------------------+-------+----------+----------------+
2018-04-14 10:51:53 +02:00
| PHP | php | php | 172.16.238.10 |
2018-03-11 17:39:29 +01:00
+---------------------------+-------+----------+----------------+
| Apache, Nginx | httpd | httpd | 172.16.238.11 |
+---------------------------+-------+----------+----------------+
| MySQL, MariaDB, PerconaDB | mysql | mysql | 172.16.238.12 |
+---------------------------+-------+----------+----------------+
| PostgreSQL | pgsql | pgsql | 172.16.238.13 |
+---------------------------+-------+----------+----------------+
| Redis | redis | redis | 172.16.238.14 |
+---------------------------+-------+----------+----------------+
| Memcached | memcd | memcd | 172.16.238.15 |
+---------------------------+-------+----------+----------------+
| MongoDB | mongo | mongo | 172.16.238.16 |
+---------------------------+-------+----------+----------------+
2018-08-15 19:53:06 +02:00
Additional container
====================
Additional container that are not yet integrated into the Devilbox intranet are also available.
2018-08-15 19:53:06 +02:00
Those container come via ``docker-compose.override.yml`` and must explicitly be enabled.
They are disabled by default to prevent accidentally starting too many container and making your
computer unresponsive.
.. include:: /_includes/snippets/additional-container.rst
2018-08-15 19:53:06 +02:00
.. seealso::
* :ref:`custom_container_enable_all_additional_container`
2018-08-19 12:27:42 +02:00
* :ref:`custom_container_enable_blackfire`
2018-08-15 19:53:06 +02:00
* :ref:`custom_container_enable_mailhog`
* :ref:`custom_container_enable_rabbitmq`
2018-08-19 12:27:42 +02:00
* :ref:`custom_container_enable_solr`