Skip to content

Commit

Permalink
[docs] update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
junjuew committed Apr 22, 2020
1 parent b3188c4 commit dd426fd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,12 @@ The gabriel cognitive engine is created using a `FSM cognitive engine runner <ht
input_queue_maxsize=60,
port=9099,
num_tokens=1
)
)
Gabrieltool currently doesn't support cleaning up the launched containers
automatically. You can stop and remove all gabrieltool related containers
using the following command.

.. code-block:: console
$ docker stop -t 0 $(docker ps -a -q --filter="name=GABRIELTOOL")

0 comments on commit dd426fd

Please sign in to comment.