Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 318 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 318 Bytes

k8s-images

How to use this Docker image

$ git clone https://github.com/Mellanox/k8s-images.git
$ cd k8s-images
$ docker build -f <Dockerfile> -t <tag> .

How to use this Docker image for spacific OFED version

$ docker build --build-args VERSION=<ofed version>  -f <Dockerfile> -t <tag> .