diff options
author | Tao Shen <shentao@chinamobile.com> | 2019-06-11 08:55:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-11 08:55:55 +0000 |
commit | 2eb611bcb3d776714f15a47e32b8ac77861d31cd (patch) | |
tree | 2cffc403527f60aec2890433688fc2c236c61285 /docs/platform/administration.rst | |
parent | 999afe1b6412babc574f4b00ead059459f1a29e1 (diff) | |
parent | b74f1453b2c309b7395b909762a3d3543dab6406 (diff) |
Merge "add usecase-ui user guide"
Diffstat (limited to 'docs/platform/administration.rst')
-rw-r--r-- | docs/platform/administration.rst | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/docs/platform/administration.rst b/docs/platform/administration.rst index 988bbae4..52ded424 100644 --- a/docs/platform/administration.rst +++ b/docs/platform/administration.rst @@ -1,31 +1,26 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 Administration -------------- +Usecase-UI components have been dockerized, can use docker command to manage Usecase-UI. -It is not hard to manage Usecase-UI because it's been dockerized and split into two dockers. One is for UI and the other for Server. Processes / Dockers -^^^^^^^^^^^^^^^^^^^ ++++++++++ Usecase-UI mainly consists of two dockers: - * Usecase-UI UI Docker - * Usecase-UI Server Docker + Actions -^^^^^^^ ++++++++ All actions performed on the Usecase-UI 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...]`` |