Wade Barnes
Wade Barnes
Could you provide the logs? Run the following to first clear the logs so you have a clean run and then start `von-network` with streaming logs: ``` ./manage down ./manage...
Looks like it's an architecture issue. There is a hint to this in the logs: ``` WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8)...
There are also indications this is a bug in qemu (a component used for running Intel (amd64) containers on M1 (arm64) chips). Upgrading that component may help too.
@nebucaz, Thanks for the update and the work on `von-image`. When you do get the image to compile everything completely, please submit a PR to [PSPC-SPAC-buyandsell/von-image](https://github.com/PSPC-SPAC-buyandsell/von-image) with the changes.
@ianco, the postgres plugin is part of the base image used for `von-network`: https://github.com/PSPC-SPAC-buyandsell/von-image/blob/master/node-1.12/Dockerfile.ubuntu#L132-L135
@nebucaz, The data types in the `indy-sdk` need to be updated to support ARM. Here is an example of what we had to do to get it to compile on...
It's used in `von-network` for `indy-cli` operations. The idea would be to build an M1 compatible base image to fully support all of the `von-network` features.
Can you confirm the steps you performed were: ``` ./manage build ./manage start ``` Are there any other logs you can provide?
What is the output of `docker ps`? It looks like a docker networking issue.
It can take a minute or two for the nodes to spin up and the ledger browser to connect. Things appear to be slower on your machine so it may...