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