Skip to content

Commit 82956df

Browse files
committed
update docker run parameter information
1 parent b371c38 commit 82956df

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Please be informed that your TREP server (ADS and ADH) should be applied the TRC
6868

6969
1. Unzip or download the example project folder into a directory of your choice.
7070
2. Enter project *console* folder.
71-
3. Run ```$> pip install -r requestments.txt``` command in a console to install all the dependencies libraries.
71+
3. Run ```$> pip install -r requirements.txt``` command in a console to install all the dependencies libraries.
7272
4. Then you can run trcc_posting.py application with the following command
7373
```
7474
$> python trcc_post.py --hostname <ADS server IP Address/Hostname> --port <WebSocket Port> --item <Contribution item name> --service <ADS Contribution Service name>
@@ -87,6 +87,8 @@ Please be informed that your TREP server (ADS and ADH) should be applied the TRC
8787
$> docker run esdk_ws_trcc_python --hostname <ADS server IP Address/Hostname> --port <WebSocket Port> --item <Contribution item name> --service <ADS Contribution Service name>
8888
```
8989
90+
*Note*: If you want to connect a docker application to your *localhost* ADS server, please refer to this [Stack Overflow answer page](https://stackoverflow.com/questions/24319662/from-inside-of-a-docker-container-how-do-i-connect-to-the-localhost-of-the-mach).
91+
9092
## Example Results
9193
### Initiate and Login to TREP
9294
```

0 commit comments

Comments
 (0)