From 47c1cc191acb341c28857dec193b39d9e55a5c48 Mon Sep 17 00:00:00 2001 From: Oceania Date: Thu, 20 Sep 2018 15:20:36 -0500 Subject: [PATCH] Update installation.rst --- docs/installation.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index b604f964..499bc605 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -67,11 +67,17 @@ Start a container: :: - PS D:\BotSharp\> docker run -it -p 5000:5000 botsharp + PS D:\BotSharp\> docker run --name botsharp -it -p 5000:5000 botsharp Access restful APIs: http://localhost:5000 if you are using RASA response format. +Get a bash shell if you want to update config in the container. + +:: + + PS D:\BotSharp\> docker exec -it botsharp /bin/bash + |APIHomeScreenshot| @@ -98,4 +104,4 @@ Use BotSharp.NLP as a natural language processing toolkit alone. .. |APIHomeScreenshot| image:: /static/screenshots/APIHome.png .. |ArticulateHomeScreenshot| image:: /static/screenshots/ArticulateHome.png -.. |RasaUIHomeScreenshot| image:: /static/screenshots/RasaUIHome.png \ No newline at end of file +.. |RasaUIHomeScreenshot| image:: /static/screenshots/RasaUIHome.png