mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-29 11:47:51 +00:00
Merge pull request #6779 from jwhonce/wip/config
Revert sending --remote flag to containers
This commit is contained in:
commit
4db296fab3
1 changed files with 0 additions and 7 deletions
|
|
@ -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…
Add table
Reference in a new issue