Metadata-Version: 2.4
Name: docker-tui
Version: 0.1.3
Summary: A console user interface for docker
Author: Assaf
License: MIT
Project-URL: Repository, https://github.com/asafc64/DockerTUI.git
Project-URL: Issues, https://github.com/asafc64/DockerTUI/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown

﻿# Docker TUI

Yet another console user interface for docker,
inspired by [k9s](https://github.com/derailed/k9s),
and based on [Textual](https://github.com/Textualize/textual).

<img src="https://raw.githubusercontent.com/asafc64/DockerTUI/refs/heads/master/assets/containers_list_screenshot.svg"/>

## Features

- Quick search-and-navigate to anywhere in the app.
- Container views: list, logs, details, and stats.
- Container actions: exec, stop, restart, delete.
- Image views: list.
- Image actions: delete, easy-pull wizard.

## 2-Steps to get it running

Install:

```bash
pip install docker-tui
```

Run:

```bash
dtui
```
