This commit is contained in:
Oceania2018 2018-09-20 16:18:49 -05:00
commit 6eeb617dbf

View file

@ -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
.. |RasaUIHomeScreenshot| image:: /static/screenshots/RasaUIHome.png