Merge pull request #6779 from jwhonce/wip/config

Revert sending --remote flag to containers
This commit is contained in:
OpenShift Merge Robot 2020-06-25 15:36:09 -04:00 committed by GitHub
commit 4db296fab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -2,13 +2,6 @@
package registry package registry
import (
"os"
)
func init() { func init() {
abiSupport = false abiSupport = false
// Enforce that podman-remote == podman --remote
os.Args = append(os.Args, "--remote")
} }