Hello all,
I have already the docker machine tool installed on my machine. one virtual dockerized host was running and active.
Docker compose is also installed.
I have followed the installation instructions but no file (./startDatabox.sh) was found.
I have pulled the image and created a container on the docker host using the following command.
$ docker run --name bashar databoxsystems/app-light-graph
it outputs:
npm info it worked if it ends with ok
npm info using npm@5.3.0
npm info using node@v8.2.0
npm info lifecycle app-light-graph@0.1.0~prestart: app-light-graph@0.1.0
npm info lifecycle app-light-graph@0.1.0~start: app-light-graph@0.1.0
app-light-graph@0.1.0 start /
node server.js
fs.js:652
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: ENOENT: no such file or directory, open '/run/secrets/ARBITER_TOKEN'
at Object.fs.openSync (fs.js:652:18)
at Object.fs.readFileSync (fs.js:553:33)
at Object. (/node_modules/node-databox/lib/utils.js:9:23)
at Module._compile (module.js:569:30)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:503:32)
at tryModuleLoad (module.js:466:12)
at Function.Module._load (module.js:458:3)
at Module.require (module.js:513:17)
at require (internal/module.js:11:18)
npm info lifecycle app-light-graph@0.1.0~start: Failed to exec start script
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! app-light-graph@0.1.0 start: node server.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the app-light-graph@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2017-07-26T17_23_29_247Z-debug.log
I do not think it is about having docker machine tool installed on my machine.
Any suggestions?
with thanks