Skip to content

Commit

Permalink
docs: add port 8082
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Jun 13, 2024
1 parent 898160c commit aa8d62e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ import "github.com/opiproject/opi-smbios-bridge/pkg/inventory"
on DPU/IPU (i.e. with IP=10.10.10.1) run

```bash
$ docker run --rm -it -p 50051:50051 ghcr.io/opiproject/opi-smbios-bridge:main
2022/11/29 00:03:55 plugin serevr is &{{}}
2022/11/29 00:03:55 server listening at [::]:50051
$ docker run --rm -it -p 50051:50051 -p 8082:8082 ghcr.io/opiproject/opi-smbios-bridge:main
2024/06/13 23:07:43 gRPC Server listening at [::]:50051
2024/06/13 23:07:43 HTTP Server listening at 8082
```

on X86 management VM run
Expand Down

0 comments on commit aa8d62e

Please sign in to comment.