Skip to content

Docker image for building Node.js binding of ZboxFS

Notifications You must be signed in to change notification settings

zboxfs/zbox-docker-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Docker image for building Node.js binding of ZboxFS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published