Skip to content

Commit

Permalink
Revert sending --remote flag to containers
Browse files Browse the repository at this point in the history
* quick --remote fix, sent --remote to ctnrs as argument

Signed-off-by: Jhon Honce <[email protected]>
  • Loading branch information
jwhonce committed Jun 25, 2020
1 parent 358e69c commit 48e9af1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cmd/podman/registry/config_tunnel.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

package registry

import (
"os"
)

func init() {
abiSupport = false

// Enforce that podman-remote == podman --remote
os.Args = append(os.Args, "--remote")
}

0 comments on commit 48e9af1

Please sign in to comment.