From Fedora Project Wiki
(Created page with "{{admon/important | Comments and Explanations | The page source contains comments providing guidance to fill out each section. They are invisible when viewing this page. To re...")
 
No edit summary
Line 1: Line 1:
{{admon/important | Comments and Explanations | The page source contains comments providing guidance to fill out each section. They are invisible when viewing this page. To read it, choose the "view source" link.<br/> '''Copy the source to a ''new page'' before making changes!  DO NOT EDIT THIS TEMPLATE FOR YOUR CHANGE PROPOSAL.'''}}
<!-- Self Contained or System Wide Change Proposal?
<!-- Self Contained or System Wide Change Proposal?
Use this guide to determine to which category your proposed change belongs to.
Use this guide to determine to which category your proposed change belongs to.
Line 26: Line 24:


== Summary ==
== Summary ==
sen is a tool, similar to htop, alot or tig, which runs in terminal exclusively. It enables you to manage your containers and images interactively directly from command line.
sen enables you to manage your containers and images interactively directly from command line. Interface is similar to htop, alot or tig.


== Owner ==
== Owner ==
Line 60: Line 58:
<!-- Expand on the summary, if appropriate.  A couple sentences suffices to explain the goal, but the more details you can provide the better. -->
<!-- Expand on the summary, if appropriate.  A couple sentences suffices to explain the goal, but the more details you can provide the better. -->


TBD
Features:
 
* it can interactively manage your containers and images:
** manage? start, stop, restart, kill, delete,...
* you are able to inspect containers and images
* sen can fetch logs of containers and even stream logs real-time
* all buffers support searching and filtering
* sen receives real-time updates from docker when anything changes
** e.g. if you create a container in another terminal, sen will pick it up
* sen notifies you whenever something happens (and reports slow queries)
* supports a lot of vim-like keybindings (j, k, gg, /, ...)


== Benefit to Fedora ==
== Benefit to Fedora ==


TBD
Fedora will be probably the first distribution having sen natively packaged. Benefit for Fedora users will be to manage containers and images interactively instead of manual <code>docker</code> cli usage.


<!-- What is the benefit to the platform?  If this is a major capability update, what has changed?  If this is a new functionality, what capabilities does it bring? Why will Fedora become a better distribution or project because of this proposal?-->
<!-- What is the benefit to the platform?  If this is a major capability update, what has changed?  If this is a new functionality, what capabilities does it bring? Why will Fedora become a better distribution or project because of this proposal?-->

Revision as of 14:31, 7 December 2015


sen: terminal user interface for docker engine

Summary

sen enables you to manage your containers and images interactively directly from command line. Interface is similar to htop, alot or tig.

Owner

  • Name: Tomas Tomecek
  • Email: ttomecek@redhat.com
  • Release notes owner:
  • Product: Fedora
  • Responsible WG: Cloud

Current status

  • Targeted release: Fedora 24
  • Last updated: 2015-12-07
  • Tracker bug: <will be assigned by the Wrangler>

Detailed Description

Features:

  • it can interactively manage your containers and images:
    • manage? start, stop, restart, kill, delete,...
  • you are able to inspect containers and images
  • sen can fetch logs of containers and even stream logs real-time
  • all buffers support searching and filtering
  • sen receives real-time updates from docker when anything changes
    • e.g. if you create a container in another terminal, sen will pick it up
  • sen notifies you whenever something happens (and reports slow queries)
  • supports a lot of vim-like keybindings (j, k, gg, /, ...)

Benefit to Fedora

Fedora will be probably the first distribution having sen natively packaged. Benefit for Fedora users will be to manage containers and images interactively instead of manual docker cli usage.


Scope

  • Proposal owners:
    • package sen to Fedora
    • provide a documentation how to use it (maybe via developer portal?)
  • Other developers: N/A (not a System Wide Change)
  • Release engineering: N/A (not a System Wide Change)
  • Policies and guidelines: N/A (not a System Wide Change)
  • Trademark approval: N/A (not needed for this Change)

Upgrade/compatibility impact

N/A (not a System Wide Change)

How To Test

1. sudo dnf install sen 2. sudo systemctl start docker 2. sen


User Experience

docker ps docker images docker inspect docker logs

vs.

sen arrow down arrow up i l

Dependencies

N/A (not a System Wide Change)

Contingency Plan

  • Contingency mechanism: (What to do? Who will do it?) N/A (not a System Wide Change)
  • Contingency deadline: N/A (not a System Wide Change)
  • Blocks release? No
  • Blocks product? No

Documentation

N/A (not a System Wide Change)

Release Notes