mirror of
https://github.com/containers/podman.git
synced 2025-12-08 06:39:05 +08:00
Merge pull request #2357 from TomSweeneyRedHat/dev/tsweeney/cobrahelp3
Add 3rd chunk of Cobra examples
This commit is contained in:
@@ -28,7 +28,9 @@ var (
|
||||
startCommand.GlobalFlags = MainGlobalOpts
|
||||
return startCmd(&startCommand)
|
||||
},
|
||||
Example: "CONTAINER-NAME [CONTAINER-NAME ...]",
|
||||
Example: `podman start --latest
|
||||
podman start 860a4b231279 5421ab43b45
|
||||
podman start --interactive --attach imageID`,
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user