Skip to content

fishinthecalculator/ocui

Repository files navigation

ocui

Python package Python versions PyPI version License

ocui is a terminal user interface to facilitate the most common tasks around OCI containers running on a single host. You can create, start and kill containers with few keystrokes, as well as look at logs in real time, or inspect images. ocui continually watches the system for changes and offers adequate commands to interact with the system resources.

Screenshots

Containers running in the system

ocui containers

Real time logs

ocui logs

Container creation

ocui create container

Container inspection

ocui inspect container

Contributing

All contributions are welcome. If you have commit access please remember to setup the authentication hook with

cp etc/git/pre-push .git/hooks/pre-push

License

Unless otherwise stated all the files in this repository are to be considered under the GPL 3.0 terms. You are more than welcome to open issues or send patches.

Helpful initiatives

  • This project started during SUSE's Hack Week 23, where I had the time to participate a project to implement something like ocui.
  • This project is clearly strongly inspired from K9s. Without it I would probably never had found the inspiration for ocui.
  • The endless nice TUI managers from the community, starting from top to htop, glances and all the others.