LinuxCommandLibrary

oxker

Terminal user interface for viewing and controlling Docker containers

TLDR

Launch the Docker container viewer
$ oxker
copy
Set the update interval to 500 milliseconds
$ oxker -d 500
copy
Show raw logs without ANSI formatting
$ oxker -r
copy
Connect to a custom Docker socket
$ oxker --host [/path/to/docker.sock]
copy

SYNOPSIS

oxker [options]

DESCRIPTION

oxker is a terminal user interface for viewing and controlling Docker containers. It displays a container list, logs, and resource stats in a single screen. You can pause, start, stop, restart, and delete containers directly from the TUI.

PARAMETERS

-d MILLISECONDS

Set the update interval in milliseconds. Default: 1000.
-r
Show raw logs without ANSI formatting.
-c
Attempt to colorize logs.
-t
Remove timestamps from log entries.
--host STRING
Custom Docker socket connection path.
--timezone STRING
Display logs in the specified timezone.

CAVEATS

Requires access to the Docker socket. Running inside Docker itself requires mounting the host's Docker socket as a volume.

HISTORY

oxker was created by mrjackwills and is written in Rust.

SEE ALSO

docker(1), lazydocker(1), ctop(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard