diff options
author | Jhon Honce <jhonce@redhat.com> | 2020-06-25 11:35:32 -0700 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-06-25 15:37:26 -0400 |
commit | 9de1581e9392c2f301778496cb624016de3d2c5c (patch) | |
tree | 41ba7c8af6f4259d6b509adc9ff8e4d4d257dd1b /cmd/podman | |
parent | dc22350be5f59f612342bc53ec9689f0b2c2145a (diff) | |
download | podman-9de1581e9392c2f301778496cb624016de3d2c5c.tar.gz podman-9de1581e9392c2f301778496cb624016de3d2c5c.tar.bz2 podman-9de1581e9392c2f301778496cb624016de3d2c5c.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/podman')
-rw-r--r-- | cmd/podman/registry/config_tunnel.go | 7 |
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") } |