@@ -91,18 +91,6 @@ You can find available tags at:
9191- [ o1labs/mina-rust on Docker Hub] ( https://hub.docker.com/r/o1labs/mina-rust/tags )
9292- [ o1labs/mina-rust-frontend on Docker Hub] ( https://hub.docker.com/r/o1labs/mina-rust-frontend/tags )
9393
94- <!-- prettier-ignore-start -->
95-
96- :::note Frontend Dashboard
97-
98- The frontend dashboard is currently being updated and will be fully functional
99- in a future release. The Docker image is available but may not work as expected
100- in v0.17.0.
101-
102- :::
103-
104- <!-- prettier-ignore-stop -->
105-
10694## Architecture Support
10795
10896All Docker images are built natively for multiple architectures to ensure
@@ -149,7 +137,7 @@ docker run -p 8302:8302 o1labs/mina-rust:latest
149137# Run node and web dashboard together
150138docker run -d --name mina-rust-node -p 8302:8302 o1labs/mina-rust:latest \
151139 node --network devnet
152- # Frontend (currently being fixed, may not work as expected)
140+ # Frontend
153141docker run -d --name mina-frontend -p 8070:8070 o1labs/mina-rust-frontend:latest
154142```
155143
@@ -158,18 +146,6 @@ docker run -d --name mina-frontend -p 8070:8070 o1labs/mina-rust-frontend:latest
158146Docker Compose provides the easiest way to run both the Mina node and frontend
159147dashboard together.
160148
161- <!-- prettier-ignore-start -->
162-
163- :::caution Frontend Status
164-
165- The frontend dashboard is included in the docker-compose setup but is currently
166- being updated. It may not function correctly in v0.17.0 and will be fully
167- operational in a future release.
168-
169- :::
170-
171- <!-- prettier-ignore-stop -->
172-
173149#### Quick Start with Release Version
174150
175151For each release, you can directly download the docker-compose.yml file:
@@ -242,8 +218,7 @@ MINA_LIBP2P_PORT=9302 MINA_LIBP2P_EXTERNAL_IP=203.0.113.1 docker compose up -d
242218#### What's Included
243219
244220- ** mina-rust-node** : The core Mina Rust node running on devnet
245- - ** frontend** : Web dashboard accessible at http://localhost:8070 (currently
246- being fixed)
221+ - ** frontend** : Web dashboard accessible at http://localhost:8070
247222- ** Persistent storage** : Node data stored in ` ./mina-workdir ` directory
248223- ** Automatic networking** : Services can communicate with each other
249224
0 commit comments