app

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2026 License: MIT Imports: 19 Imported by: 3

Documentation

Index

Constants

View Source
const (
	// Main is the container list view
	Main viewMode = iota
	// DiskUsage shows Docker disk usage
	DiskUsage
	// Images is the image list view
	Images
	// Monitor shows real-time container stats
	Monitor
	// Networks is the network list view
	Networks
	// Nodes is the swarm node list view
	Nodes
	// Services is the swarm service list view
	Services
	// ServiceTasks shows tasks for a service
	ServiceTasks
	// Stacks is the swarm stack list view
	Stacks
	// StackTasks shows tasks for a stack
	StackTasks
	// Tasks shows swarm tasks
	Tasks
	// Volumes is the volume list view
	Volumes
)
View Source
const ShortHelp = `
dry

A tool to interact with a Docker Daemon from the terminal.
`

ShortHelp is a short description of dry

Variables

This section is empty.

Functions

func Help added in v0.12.0

func Help() string

Help returns the full help text with version info.

func NewModel added in v0.12.0

func NewModel(cfg Config) model

NewModel creates a new top-level model.

Types

type Config

type Config struct {
	DockerHost         string
	DockerCertPath     string
	DockerTLSVerify    bool
	MonitorMode        bool
	MonitorRefreshRate int
	SplashDuration     time.Duration
}

Config dry initial configuration

Jump to

Keyboard shortcuts

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