Skip to content
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

Unable to read file : /etc/envoy/envoy.json #6

Open
rohanwalia opened this issue Jan 9, 2018 · 3 comments
Open

Unable to read file : /etc/envoy/envoy.json #6

rohanwalia opened this issue Jan 9, 2018 · 3 comments

Comments

@rohanwalia
Copy link

rohanwalia commented Jan 9, 2018

Hi,

I am trying to run the demo by following command

./docker-run.sh -d circuit-breaker

The container exits and upon looking into the logs it says : Unable to read file : /etc/envoy/envoy.json

Kindly please help to resolve this.

I am running Docker on Windows.

@christian-posta
Copy link
Owner

mmm.. wondering if you have issues mounting files into the docker image?

@rohanwalia
Copy link
Author

Hi Christian,
Thanks for the response.
How can i check and resolve this?
Thanks for the help.
Thanks
Rohan

@christian-posta
Copy link
Owner

Can you try this?

$  echo "hello, world!" > test.txt
$  docker run -it -v $(pwd)/test.txt:/test.txt fedora:latest cat /test.txt

What's your output? You should see "hello, world"

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

No branches or pull requests

2 participants