summaryrefslogtreecommitdiffstats
path: root/docs/platform/administration.rst
diff options
context:
space:
mode:
authorshentao <shentao@chinamobile.com>2017-11-12 09:36:51 +0800
committershentao <shentao@chinamobile.com>2017-11-12 09:36:59 +0800
commit9208eb1e0f4b44e7e9ddaf05642c3cfadd61e95b (patch)
treed7565e98850eaa0ed5367d0840213a8650f34ac0 /docs/platform/administration.rst
parent7db99a4c2fbd85a8cf45a89206e1bffe96226ee0 (diff)
Update usecase-ui docs
Change-Id: I55065209062d721cfdaea8310854f2cfd4e7e446 Issue-Id: USECASEUI-57 Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'docs/platform/administration.rst')
-rw-r--r--docs/platform/administration.rst28
1 files changed, 0 insertions, 28 deletions
diff --git a/docs/platform/administration.rst b/docs/platform/administration.rst
index 977e024e..3b9f75c8 100644
--- a/docs/platform/administration.rst
+++ b/docs/platform/administration.rst
@@ -3,31 +3,3 @@
Administration
--------------
-
-It is not hard to manage Holmes becasue it's been dockerized and split into two dockers. One is for rule management and the other for engine management.
-
-Processes / Dockers
-^^^^^^^^^^^^^^^^^^^
-
-For both of the dockers of Holmes, there's only one process running during the run time. But the rule management docker sort of relies on the enginemanagement docker. Once the engine management module is stopped, the whole Holmes will malfunction because the Drools engine which is managed by the engine management module is the core component of Holmes.
-
-Holmes mainly consists of two dockers:
-
-* Rule Management Docker
-
-* Engine Management Docker
-
-Actions
-^^^^^^^
-
-All actions performed on the Holmes modules are docker-based.
-
-* Create a Container: ``sudo docker run [OPTIONS] IMAGE [COMMAND] [ARG...]``
-
-* Kill a Container: ``sudo docker kill [OPTIONS] CONTAINER [CONTAINER...]``
-
-* Stop a Container: ``sudo docker stop [OPTIONS] CONTAINER [CONTAINER...]``
-
-* Start a Container: ``sudo docker start [OPTIONS] CONTAINER [CONTAINER...]``
-
-* Restart a Container: ``sudo docker restart [OPTIONS] CONTAINER [CONTAINER...]``