Update installation.rst

This commit is contained in:
Oceania 2018-09-20 15:20:36 -05:00 committed by GitHub
parent 627eb0d6fb
commit 47c1cc191a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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