mirror of https://github.com/containers/podman.git
Merge pull request #6779 from jwhonce/wip/config
Revert sending --remote flag to containers
This commit is contained in:
commit
4db296fab3
|
@ -2,13 +2,6 @@
|
|||
|
||||
package registry
|
||||
|
||||
import (
|
||||
"os"
|
||||
)
|
||||
|
||||
func init() {
|
||||
abiSupport = false
|
||||
|
||||
// Enforce that podman-remote == podman --remote
|
||||
os.Args = append(os.Args, "--remote")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue