Mellanox / k8s-rdma-sriov-dev-plugin

Kubernetes Rdma SRIOV device plugin
Apache License 2.0
109 stars 27 forks source link

how can i get ib library in container? #17

Closed Eric-918 closed 5 years ago

Eric-918 commented 5 years ago

hi, guys, how can i get ib library in container? need i copy libib.so to my docker image or this plugin already do this work ?

paravmellanox commented 5 years ago

@Eric-918 , ib library are part of the pre build container image for mofed4.4 here. https://hub.docker.com/r/mellanox/mlnx_ofed_linux-4.4-1.0.0.0-centos7.4/ If you wish to create your own docker image, you can use this sample Dockerfiles here.

https://github.com/Mellanox/mofed_dockerfiles

Eric-918 commented 5 years ago

thx, this solve my problem

paravmellanox commented 5 years ago

@Eric-918 great. Can you please close the issue?