Skip to content

Commit

Permalink
add update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro committed Apr 18, 2018
1 parent a96cba0 commit 71caf8f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions documentation/developer_guide/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,17 @@ To add container monitoring simply run:
--name=cadvisor google/cadvisor:latest
**Note** that this monitoring page will be publicly available in port 8080.


Updating Components
-------------------

with docker-compose
~~~~~~~~~~~~~~~~~~~

If the mF2C agent has been installed with Docker Compose, then to update a single component without
having to re-deploy the full stack, simply run:

.. code-block:: bash
docker-compose -f <yml_file> -p mf2c up -d <service_name>

0 comments on commit 71caf8f

Please sign in to comment.