Sign inSign up

ramb0/fileman-node

By ramb0

Updated almost 5 years ago

Image
0

176

ramb0/fileman-node repository overview

A docker container with everything needed for nodejs development with YottaDB/Fileman

Create a new directory for development and then cd into the new directory and run

docker run -d -v $PWD:/home/filemannode/node_modules/nodem/code -p 2222:22 -d ramb0/fileman-node 

Can be integrated with a VSCode thick client by using the Remote-SSH extension (https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh ) and logging in via port 2222. The password is getmein

Example - open a terminal and then:

cd /home/filemannode/node_modules/nodem/examples
node set.js

Tag summary

Content type

Image

Digest

Size

345.7 MB

Last updated

almost 5 years ago

docker pull ramb0/fileman-node