You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo docker run --name mina -d --net=host --mount "type=bind,source=$(pwd)/.mina-env,dst=/entrypoint.d/mina-env,readonly" gcr.io/o1labs-192920/mina-daemon:3.0.3-d800da8-bullseye-devnet daemon --seed --insecure-rest-server
Check the logs
sudo docker logs mina
Expected Result
Node running
Actual Result
2025-02-10 17:39:47 UTC [Info] Mina daemon is booting up; built with commit "d800da86a764d8d37ffb8964dd8d54d9f522b358"
2025-02-10 17:39:47 UTC [Info] Booting may take several seconds, please wait
2025-02-10 17:39:47 UTC [Info] Running async shutdown handler: "Remove daemon lockfile"
Mina process exited with status code 1
MauroToscano
changed the title
Starting a Mina node with docker exits with Status code 1
Starting a Mina Devnet node with docker exits with Status code 1
Feb 10, 2025
Preliminary Checks
Description
Running the mina docker image gives an "Mina process exited with status code 1"
Steps to Reproduce
.mina-env
:PEER_LIST_URL=https://bootnodes.minaprotocol.com/networks/devnet.txt EXTRA_FLAGS="--libp2p-keypair $(pwd)/.mina-config/keys/libp2p-key"
sudo docker run --name mina -d --net=host --mount "type=bind,source=$(pwd)/.mina-env,dst=/entrypoint.d/mina-env,readonly" gcr.io/o1labs-192920/mina-daemon:3.0.3-d800da8-bullseye-devnet daemon --seed --insecure-rest-server
Expected Result
Node running
Actual Result
Daemon version
d800da8
How frequently do you see this issue?
Always
What is the impact of this issue on your ability to run a node?
Blocker
Status
Since it's not starting there is no status
Additional information
No response
The text was updated successfully, but these errors were encountered: