orhun / ducker

A terminal app for managing docker containers, inpsired by K9s - https://k9scli.io/

Home Page:https://crates.io/crates/ducker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ducker

A terminal app for managing docker containers, inpired by K9s

This is perhaps obviously very much a work in progress...

Installation

There isn't currently a downloadable build; to install you will need cargo installed:

cargo install --locked ducker

Tmux

To fix in tmux: add to tmux.conf

set -g default-terminal "tmux-256color"
set -as terminal-overrides ',xterm*:sitm=\E[3m'

About

A terminal app for managing docker containers, inpsired by K9s - https://k9scli.io/

https://crates.io/crates/ducker

License:MIT License


Languages

Language:Rust 99.2%Language:Shell 0.8%