We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47188b4 commit dcd1609Copy full SHA for dcd1609
1 file changed
cmd/root/root.go
@@ -59,8 +59,7 @@ func NewRootCmd() *cobra.Command {
59
60
New to docker agent? Take the hands-on tour: docker agent getting-started`,
61
Example: ` docker-agent run
62
- docker-agent run ./agent.yaml
63
- docker-agent run agentcatalog/pirate`,
+ docker-agent run ./agent.yaml`,
64
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
65
// Apply directory overrides before anything else so that
66
// logging, telemetry, and config loading honour them.
0 commit comments