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

Error when trying to connect to the Javascript console on the standalone stack #38

Open
thejibz opened this issue Nov 24, 2017 · 0 comments

Comments

@thejibz
Copy link

thejibz commented Nov 24, 2017

Hello,

Following the tutorial here https://capgemini.github.io/blockchain/ethereum-docker-compose/

Just after starting the standalone compose, I encountered an error when trying to do: docker exec -it bootstrap geth --datadir=~/.ethereum/devchain attach

Fatal: Unable to attach to remote geth: dial unix /root/.ethereum/geth.ipc: connect: no such file or directory

I tried to add the --ipcpath option with /root/.ethereum/devchain/geth.ipc with no success.

To make it works I had to manually create a symbolic link inside the container:
ln -s /root/.ethereum/devchain/geth.ipc /root/.ethereum/geth.ipc

PS: docker exec -it ethereumdocker_eth_1 geth attach ipc://root/.ethereum/devchain/geth.ipc in the README works.

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

1 participant