Skip to content

Commit

Permalink
Cleanup: Update mounts sections of README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrawley-xilinx committed Dec 8, 2023
1 parent 4fb6dd8 commit 70fb55e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,17 @@ Library mounts (by default in `/opt/onload/usr/lib64/`):
* `libonload.so`
* `libonload_ext.so`

Environment variables:
Environment variables (if `setPreload` is true):

* `LD_PRELOAD=<library-mount>/libonload.so`

Binary mounts (if `mountOnload` is true, by default in `/opt/onload/usr/bin/`)

* `onload`

If you wish to customise where files are mounted in the container's filesystem this can be configured with the fields
of `spec.devicePlugin` in an Onload CR.

### Example client-server with sfnettest

Please see [config/samples/sfnettest](config/samples/sfnettest).
Expand Down

0 comments on commit 70fb55e

Please # to comment.