-
Notifications
You must be signed in to change notification settings - Fork 977
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
Marbles image in docker network unable to resolve CA hostname #246
Comments
are you using the "my first network" setup from |
im using docker-compose file and both marbles and ca is in the same network "projbc". Below is my local connection_profile And here is my docker compose: ##################################################################TODO the
marbles: |
I am running a marbles docker image in the same network with my fab network.
Using the docker container's name as the hostname, marbles is unable to connect to the fabric ca(http protocol) but marbles is able to resolve the peers/orderers.
How I had to temporarily get marbles working, hence i know that its able to connect to peers/orderers using the dockers given hostnames, is using the marbles ui guided help, I input the fabric ca IP.
I got the fabric ca IP by using docker network inspect, only when using the IP, marbles were able to function correctly.
The text was updated successfully, but these errors were encountered: