Skip to content

Releases: TomasTomecek/sen

0.2.1

03 Jan 13:36
Compare
Choose a tag to compare

Immediate bugfix release:

  • fix Dockerfile so the image can be built
  • bump the release in setup.py actually

0.2

03 Jan 13:30
Compare
Choose a tag to compare
0.2

New year and 200+ stars, time to make a new release! What's new?

  • new buffer which provides interactive tree view of all your images (equivalent of docker images --tree)
    • you can open it with f5
  • new buffer which provides detailed information about an image:
    • layers, labels, tags and more...
    • there are multiple ways to access it -- you can hit enter on an image in main listing
  • slimmer docker hub image (thanks to @andyshinn)

And some bugfixes:

  • don't traceback when connection to docker engine cannot be established
  • exit gracefully with a proper error message when running on python 2

0.1.1

12 Nov 08:52
Compare
Choose a tag to compare

Bugfix release:

  • fix bug which prevented installation sen from PyPI

0.1 - first release

12 Nov 08:47
Compare
Choose a tag to compare
  • 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, /, ...)