Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 196 Bytes

BUILD.md

File metadata and controls

18 lines (14 loc) · 196 Bytes

Build CSI driver image

Build the CubeFS client and CSI driver using the following commands

make

Build the docker image

$ make
$ make image

Push the image

$ make push