TL;DR — Quick Summary
oxker manages Docker containers in a TUI. View logs, stats, start/stop/restart containers, inspect images — like lazydocker but with a different workflow.
oxker manages Docker from the terminal. Containers, logs, stats — all in a TUI.
Installation
# Cargo
cargo install oxker
# Docker
docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock oxker
Keybindings
j/k → navigate containers
Enter → view logs
s → stop container
r → restart container
d → delete container
Tab → switch panels
h → toggle help
q → quit
Summary
- oxker manages Docker containers in a TUI
- Real-time CPU/memory stats per container
- Live-streaming container logs
- Start/stop/restart/delete actions
- Written in Rust — fast, lightweight