Refresh release docs for Docker Hub environments

This commit is contained in:
Thales Maciel 2026-03-09 18:56:33 -03:00
parent 6988d85f7d
commit 7ccab61a1b
6 changed files with 44 additions and 7 deletions

View file

@ -4,6 +4,7 @@
- Linux x86_64 host
- Python 3.12+
- `uv`
- `/dev/kvm`
If you want outbound guest networking:
@ -20,6 +21,12 @@ Run the MCP server directly from the package without a manual install:
uvx --from pyro-mcp pyro mcp serve
```
Prefetch the default official environment:
```bash
uvx --from pyro-mcp pyro env pull debian:12
```
Run one command in a curated environment:
```bash
@ -38,6 +45,7 @@ uvx --from pyro-mcp pyro env list
uv tool install pyro-mcp
pyro --version
pyro env list
pyro env pull debian:12
pyro env inspect debian:12
pyro doctor
```