summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-06-25 15:36:09 -0400
committerGitHub <noreply@github.com>2020-06-25 15:36:09 -0400
commit4db296fab3ca5e201f76931f71ea3bcb58e43a87 (patch)
tree2ade7bd821e47d44088bc78f663d8e32cd80b589
parent358e69cc2da255b5acf17b3a986dde84cbbf8633 (diff)
parent48e9af1171315ff3124c1a8ce98340866e378f2d (diff)
downloadpodman-4db296fab3ca5e201f76931f71ea3bcb58e43a87.tar.gz
podman-4db296fab3ca5e201f76931f71ea3bcb58e43a87.tar.bz2
podman-4db296fab3ca5e201f76931f71ea3bcb58e43a87.zip
Merge pull request #6779 from jwhonce/wip/config
Revert sending --remote flag to containers
-rw-r--r--cmd/podman/registry/config_tunnel.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/cmd/podman/registry/config_tunnel.go b/cmd/podman/registry/config_tunnel.go
index 4f9f51163..bb3da947e 100644
--- a/cmd/podman/registry/config_tunnel.go
+++ b/cmd/podman/registry/config_tunnel.go
@@ -2,13 +2,6 @@
package registry
-import (
- "os"
-)
-
func init() {
abiSupport = false
-
- // Enforce that podman-remote == podman --remote
- os.Args = append(os.Args, "--remote")
}