Skip to content

Commit edde68d

Browse files
authored
Update 05-sharing-agents.md
1 parent 5583c10 commit edde68d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

labspace/05-sharing-agents.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ docker login
1818

1919
### Push Your Agent
2020

21-
Push your developer agent using the following `docker agent push` command:
21+
Push your developer agent using the following `docker agent share push` command:
2222

2323
```bash
24-
docker agent share developer.yaml $$dockerhubid$$/docker-agent-developer
24+
docker agent share push developer.yaml $$dockerhubid$$/docker-agent-developer
2525
```
2626

2727
### Pull an Agent
2828

29-
Pull your agent on any other machine by using the `docker agent pull` command:
29+
Pull your agent on any other machine by using the `docker agent share pull` command:
3030

3131
```bash
32-
docker agent share $$dockerhubid$$/docker-agent-developer
32+
docker agent share pull $$dockerhubid$$/docker-agent-developer
3333
```
3434

3535
### Run Directly from Registry

0 commit comments

Comments
 (0)