mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-24 22:53:42 +00:00
9ae366f179
Diff: https://github.com/containers/podman/compare/v4.5.1...v4.6.0 Changelog: https://github.com/containers/podman/blob/v4.6.0/RELEASE_NOTES.md
17 lines
902 B
Diff
17 lines
902 B
Diff
diff --git a/pkg/machine/qemu/machine.go b/pkg/machine/qemu/machine.go
|
|
index a118285f7..d775f0099 100644
|
|
--- a/pkg/machine/qemu/machine.go
|
|
+++ b/pkg/machine/qemu/machine.go
|
|
@@ -1560,11 +1560,6 @@ func (v *MachineVM) waitAPIAndPrintInfo(forwardState machine.APIForwardingState,
|
|
case machine.NotInstalled:
|
|
fmt.Printf("\nThe system helper service is not installed; the default Docker API socket\n")
|
|
fmt.Printf("address can't be used by podman. ")
|
|
- if helper := findClaimHelper(); len(helper) > 0 {
|
|
- fmt.Printf("If you would like to install it run the\nfollowing commands:\n")
|
|
- fmt.Printf("\n\tsudo %s install\n", helper)
|
|
- fmt.Printf("\tpodman machine stop%s; podman machine start%s\n\n", suffix, suffix)
|
|
- }
|
|
case machine.MachineLocal:
|
|
fmt.Printf("\nAnother process was listening on the default Docker API socket address.\n")
|
|
case machine.ClaimUnsupported:
|