Skip to content

Commit

Permalink
f24 feature: introduce sen, TUI for docker
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
  • Loading branch information
TomasTomecek committed Jan 23, 2016
1 parent de6fb46 commit 327d708
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions tools/docker/docker-interactive-management.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
title: sen
page: docker
section: tools
description: Manage your containers interactively!
---

`sen` is a terminal user interface for docker engine. It allows you to interact with docker within your terminal. You can:

* start, stop, remove, inspect your containers and images
* fetch logs, or even view logs real-time
* searching and filtering with the interface
* `sen` updates listing as events occur (e.g. you can `docker pull` an image in other terminal and it will become available automatically in the interface)
* keybindings are inspired by vim
* and much more!

Feel free to visit [original project](https://github.com/TomasTomecek/sen) page for more information.

![sen preview](/tools/docker/sen-preview.gif)


## Installation

Very simple! Just run:

```
$ sudo dnf install -y sen
```

## Usage

Run `sen` from your terminal:

```
$ sen
```

Then you will be presented with list of all your containers and images. You can navigate via arrows. Sample commands are:

* `s` — start a container
* `t` — stop a container
* `d` — delete a container or an image
* `f` — follow logs of a container
* `l` — get all logs of a container
* `i` — inspect a container or an image

For more commands, type `h` to access help page.
Binary file added tools/docker/sen-preview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 327d708

Please sign in to comment.