package
Version:
v0.32.0
Opens a new window with list of versions in this module.
Published: Apr 6, 2026
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Init provisions a new Podman machine.
IsRunning checks if the named machine is in the "running" state.
Remove force-removes a Podman machine by name. Non-fatal if not found.
SSH executes a shell command inside the named Podman machine and returns stdout.
SetDefault sets the active Podman connection to the named machine.
Start starts a named Podman machine.
StopAll stops all running Podman machines (Podman supports one active VM).
type MachineInfo struct {
Name string `json:"Name"`
State string `json:"State"`
}
MachineInfo represents the JSON output of podman machine inspect.
Inspect returns structured info about a machine.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.