summaryrefslogtreecommitdiff
path: root/cmd/podman/start.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-02-11 20:58:57 +0100
committerGitHub <noreply@github.com>2019-02-11 20:58:57 +0100
commit54a5584d84d37632c1c8480d437a012625526a84 (patch)
treeb830557a2607c9b005532906630fb537a163ed46 /cmd/podman/start.go
parentb7a3685cbae421bfd882c7c592b1721071cde984 (diff)
parent13d2354bc6b43571061d6eccab560fe1f226339e (diff)
downloadpodman-54a5584d84d37632c1c8480d437a012625526a84.tar.gz
podman-54a5584d84d37632c1c8480d437a012625526a84.tar.bz2
podman-54a5584d84d37632c1c8480d437a012625526a84.zip
Merge pull request #2307 from baude/repruneremote
Separate remote and local commands
Diffstat (limited to 'cmd/podman/start.go')
-rw-r--r--cmd/podman/start.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/podman/start.go b/cmd/podman/start.go
index 483ab4081..3a03db47a 100644
--- a/cmd/podman/start.go
+++ b/cmd/podman/start.go
@@ -42,8 +42,6 @@ func init() {
flags.BoolVarP(&startCommand.Interactive, "interactive", "i", false, "Keep STDIN open even if not attached")
flags.BoolVarP(&startCommand.Latest, "latest", "l", false, "Act on the latest container podman is aware of")
flags.BoolVar(&startCommand.SigProxy, "sig-proxy", true, "Proxy received signals to the process (default true if attaching, false otherwise)")
-
- rootCmd.AddCommand(startCommand.Command)
}
func startCmd(c *cliconfig.StartValues) error {