Revert sending --remote flag to containers
* quick --remote fix, sent --remote to ctnrs as argument Signed-off-by: Jhon Honce <jhonce@redhat.com>
This commit is contained in:
parent
358e69cc2d
commit
48e9af1171
|
|
@ -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