Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed incorrect reference to psutil instead of oshi in the docker section
  • Loading branch information
JonahLuckett committed Jul 13, 2020
1 parent 4d7c444 commit 7d5a97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/oshi/README.md
Expand Up @@ -35,7 +35,7 @@ The easiest way to test out the sample is via the [wiotp/oshi](https://cloud.doc
The resource requirements for this container are relatively small, if you use the accompanying helm chart it is by default configured with a request of 4m CPU + 64Mi memory, and limits set to 8m cpu + 96Mi memory.

```
$ docker run -d --name psutil wiotp/oshi --quickstart
$ docker run -d --name oshi wiotp/oshi --quickstart
oshi
$ docker logs -tf oshi
2019-05-30 10:52:36 INFO OshiDevice IBM Watson IoT Platform OSHI Device Client
Expand Down

0 comments on commit 7d5a97a

Please sign in to comment.