diff --git a/README.md b/README.md index c8ec641..a4f77c1 100644 --- a/README.md +++ b/README.md @@ -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=/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).