Update installation.rst
This commit is contained in:
parent
627eb0d6fb
commit
47c1cc191a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue