ducker 0.0.1

A slightly quackers Docker TUI based on k9s.
ducker-0.0.1 is not a library.
Visit the last successful build: ducker-0.6.5

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 --git https://github.com/robertpsoane/ducker

There is also a convenience script install.sh that in essence does just this, however this script clones the code to ~/.ducker to benefit from incremental build:

curl -sS https://raw.githubusercontent.com/robertpsoane/ducker/master/install.sh | sh

Tmux

To fix in tmux: add to tmux.conf

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