Skip to content

fix Error: watch /root/.aws/credentials ENOENT in Docker container #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jeremyzhou
Copy link

These errors come out when i use default docker images.

ubuntu@ip-10-0-2-43:~/kibana/config$ docker run -it santthosh/aws-es-kibana search-ezmcloud-es-dev-cpb37dt4f5rzdlzy.us-east-2.es.amazonaws.com


___ |_ | / /_ / ___ / / ___ __ _______ ______ ____ /
__ /| |_ | /| / /_____ \ __ / _____ \ __ // / / __ _ |// / / / /
_ ___ |_ |/ |/ / / / _ / / / _ / / / // /> < _ // / //
/
/ |
|
/|
/ /____/ /___/ // // // _///|| _, / ()
/
___/
AWS ES cluster available at http://127.0.0.1:9200
Kibana available at http://127.0.0.1:9200/_plugin/kibana/
fs.js:1384
throw error;
^

Error: watch /root/.aws/credentials ENOENT
at _errnoException (util.js:992:11)
at FSWatcher.start (fs.js:1382:19)
at Object.fs.watch (fs.js:1408:11)
at Object. (/app/index.js:211:4)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Function.Module.runMain (module.js:693:10)

So i had modified DOCKER file to avoid these errors. The docker image will be much more convenient after merging this PR, Please review and update default docker image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant