podman

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 3, 2026 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Overview

Package podman implements the Podman plugin. Podman exposes a Docker-compatible API, so containers, images, volumes, networks, logs, and exec reuse the shared dockerengine handlers; Pods are Podman-native (libpod).

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Connect

func Connect(ctx context.Context, cfg plugin.ConnectConfig) (plugin.Session, error)

Connect dials Podman's Docker-compatible API socket for this connection.

func Routes

func Routes() []plugin.Route

Routes wires podman-namespaced route IDs. Containers, images, volumes, networks, logs, exec, and events reuse the shared dockerengine handlers over Podman's Docker-compatible socket; pods are Podman-native.

Types

type Plugin

type Plugin struct{}

func New

func New() *Plugin

func (*Plugin) Connect

func (p *Plugin) Connect(ctx context.Context, cfg plugin.ConnectConfig) (plugin.Session, error)

func (*Plugin) Manifest

func (p *Plugin) Manifest() plugin.Manifest

func (*Plugin) Routes

func (p *Plugin) Routes() []plugin.Route

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL