summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorJhon Honce <jhonce@redhat.com>2020-06-25 11:35:32 -0700
committerJhon Honce <jhonce@redhat.com>2020-06-25 11:35:32 -0700
commit48e9af1171315ff3124c1a8ce98340866e378f2d (patch)
tree2ade7bd821e47d44088bc78f663d8e32cd80b589 /cmd
parent358e69cc2da255b5acf17b3a986dde84cbbf8633 (diff)
downloadpodman-48e9af1171315ff3124c1a8ce98340866e378f2d.tar.gz
podman-48e9af1171315ff3124c1a8ce98340866e378f2d.tar.bz2
podman-48e9af1171315ff3124c1a8ce98340866e378f2d.zip
Revert sending --remote flag to containers
* quick --remote fix, sent --remote to ctnrs as argument Signed-off-by: Jhon Honce <jhonce@redhat.com>
Diffstat (limited to 'cmd')
-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")
}