Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 733 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 733 Bytes

zbox-docker-nodejs

Docker image for building Node.js binding of ZboxFS.

How to build this image

Use below command to build the image.

./build.sh

How to use this image

To use this image build Node.js binding for ZboxFS, first get the latest code from https://github.com/zboxfs/zbox-nodejs.

git clone --recursive https://github.com/zboxfs/zbox-nodejs.git

Then go inside the cloned folder and use below command to build the Node.js binding.

docker run --rm -v $PWD:/root/zbox zboxfs/nodejs npm run build

Now the Node.js binding shared library native/index.node is built.

For more details, please visit https://github.com/zboxfs/zbox-nodejs.