ducker 0.0.2

A slightly quackers Docker TUI based on k9s.
# Ducker

A terminal app for managing docker containers, inpired by [K9s](https://k9scli.io/)

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


![](https://raw.githubusercontent.com/robertpsoane/ducker/master/demo.gif?raw=true)


## Installation

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

```bash
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'
```