File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments