Skip to content

Commit 650fedb

Browse files
committed
Fix documentation
Signed-off-by: David Gageot <david.gageot@docker.com>
1 parent 74af523 commit 650fedb

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/community/troubleshooting/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ When docker-agent as an API server or MCP server, ensure the port is not already
164164
$ lsof -i :8080
165165

166166
# Use a different port
167-
$ docker agent api config.yaml --listen :9090
167+
$ docker agent serve api config.yaml --listen :9090
168168
```
169169

170170
### MCP endpoint accessibility
@@ -210,7 +210,7 @@ Monitor for tools that don't clean up properly — check debug logs for MCP serv
210210
$ docker pull docker.io/username/agent:latest
211211

212212
# Verify pulled agent content
213-
$ docker agent pull docker.io/username/agent:latest
213+
$ docker agent share pull docker.io/username/agent:latest
214214
```
215215

216216
### Agent content issues

docs/concepts/distribution/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ $ docker agent share push ./agent.yaml ghcr.io/username/my-agent:v1.0
3333

3434
```bash
3535
# Pull an agent
36-
$ docker agent pull docker.io/username/my-agent:latest
36+
$ docker agent share pull docker.io/username/my-agent:latest
3737

3838
# Pull from the agent catalog
39-
$ docker agent pull agentcatalog/pirate
39+
$ docker agent share pull agentcatalog/pirate
4040
```
4141

4242
## Running from a Registry

docs/features/cli/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ $ docker agent serve acp agent.yaml
137137

138138
See [ACP](/features/acp/) for details on the Agent Client Protocol.
139139

140-
### `docker agent share push` / `docker agent pull`
140+
### `docker agent share push` / `docker agent share pull`
141141

142142
Share agents via OCI registries.
143143

0 commit comments

Comments
 (0)