mirror of
https://github.com/containers/podman.git
synced 2025-06-20 09:03:43 +08:00
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:
@ -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")
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user