mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
v2podman run
add the ability to run a container Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@ -29,7 +29,6 @@ func getDefaultContainerConfig() *config.Config {
|
||||
}
|
||||
|
||||
func GetCreateFlags(cf *ContainerCLIOpts) *pflag.FlagSet {
|
||||
//createFlags := c.Flags()
|
||||
createFlags := pflag.FlagSet{}
|
||||
createFlags.StringSliceVar(
|
||||
&cf.Annotation,
|
||||
|
Reference in New Issue
Block a user