Skip to content

Commit

Permalink
#3240: docker-compose.rst, create file with 'rancher.rst'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Jun 10, 2018
1 parent eb6abc5 commit dccfc3c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions doc/installation/docker-compose.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
==============
Docker Compose
==============

The development ecosystem for this application, can be run via |docker-compose|_.
This allows various respective docker containers, to be managed consistently.
However, before proceeding, it is important to follow the |docker|_ , and
|docker-compose|_ installation guide.

Once docker-compose has installed, simply run ``docker-compose up``. This will
allow the application to be accessible via https://localhost:8080 on the host
machine.

.. |docker-compose| replace:: docker-compose
.. _docker-compose: https://docs.docker.com/compose/install/#install-compose

.. |docker| replace:: docker
.. _docker: https://docs.docker.com/install/
2 changes: 1 addition & 1 deletion doc/installation/rancher.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Rancher
=======

The development ecosystem for this application, implements the |rancher|_ orchestration.
The development ecosystem for this application, can be run via the |rancher|_ orchestration.
This allows various respective docker containers, to be managed in a consistent platform,
where users can properly manage respective services of this application. However, before
proceeding, it is important to follow the docker |installation|_ guide, for the corresponding
Expand Down

0 comments on commit dccfc3c

Please sign in to comment.