Closed izcoser closed 1 year ago
So I run ./run.sh and I get this error on my terminal:
=> ERROR [member1tessera 2/4] RUN if [ -e /sbin/apk ] ; then apk add gettext --no-cache ; else apt-get u 0.0s [member1tessera 2/4] RUN if [ -e /sbin/apk ] ; then apk add gettext --no-cache ; else apt-get update && apt-get install -y gettext && rm -rf /var/lib/apt/lists/* ; fi: failed to solve: process "/bin/sh -c if [ -e /sbin/apk ] ; then apk add gettext --no-cache ; else apt-get update && apt-get install -y gettext && rm -rf /var/lib/apt/lists/* ; fi" did not complete successfully: failed to create endpoint 2mxuqml9glngdq8kktm0u5mxh on network bridge: failed to add the host (vethd5abf2e) <=> sandbox (vethccd29b9) pair interfaces: operation not supported
failed to solve: process "/bin/sh -c if [ -e /sbin/apk ] ; then apk add gettext --no-cache ; else apt-get update && apt-get install -y gettext && rm -rf /var/lib/apt/lists/* ; fi" did not complete successfully: failed to create endpoint 2mxuqml9glngdq8kktm0u5mxh on network bridge: failed to add the host (vethd5abf2e) <=> sandbox (vethccd29b9) pair interfaces: operation not supported
Even with that error, it outputs some endpoints that I should have, as if the script ran successfully:
List endpoints and services JSON-RPC HTTP service endpoint : http://localhost:8545 JSON-RPC WebSocket service endpoint : ws://localhost:8546 Web block explorer address : http://localhost:25000/explorer/nodes For more information on the endpoints and services, refer to README.md in the installation directory.
JSON-RPC HTTP service endpoint : http://localhost:8545 JSON-RPC WebSocket service endpoint : ws://localhost:8546 Web block explorer address : http://localhost:25000/explorer/nodes
For more information on the endpoints and services, refer to README.md in the installation directory.
But none of these are up. docker ps shows nothing is running.
Tried to run this on my Ubuntu and Arch Linux machines, both with the same error.
My system clock was behind which was breaking apt. Syncing the clock solved the problem.
So I run ./run.sh and I get this error on my terminal:
Even with that error, it outputs some endpoints that I should have, as if the script ran successfully:
But none of these are up. docker ps shows nothing is running.
Tried to run this on my Ubuntu and Arch Linux machines, both with the same error.