+
+
+```bash
+docker run --rm -it -p 18888:18888 -p 4317:18889 -p 4318:18890 -d --name aspire-dashboard \
+ mcr.microsoft.com/dotnet/aspire-dashboard:latest
+```
+
+
+
+
+```powershell
+docker run --rm -it -p 18888:18888 -p 4317:18889 -p 4318:18890 -d --name aspire-dashboard `
+ mcr.microsoft.com/dotnet/aspire-dashboard:latest
+```
+
+
+
+
+Navigate to `http://localhost:18888` to open the dashboard, and point your apps' OTLP exporter to `http://localhost:4317`. For more details, see the [standalone dashboard guide](/dashboard/standalone/).
+
## AI-powered debugging