rgolangh / gnome-shell-extension-containers

containers is a gnome-shell extension to manage linux container, run by podman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gnome-shell-extension-containers

Containers is a gnome-shell extension to manage linux container, run by libpod and https://podman.io

Supported actions:

  • start
  • stop
  • remove
  • pause
  • restart
  • top resources
  • shell - opens a shell in a new termainl
  • stats - open statistics in a new terminal, updating live
  • logs - following logs in a new termianl
  • view and copy most of the inspect info

Install using your browser

See the gnome extensions page

Install from source

Checkout main branch for latest Gnome Shell version available. For older Gnome Shell versions see gnome-shell-x.xx branches per version.

Clone, Pack, and Install

$ git clone https://github.com/rgolangh/gnome-shell-extension-containers
$ make all

Enalble using make enable or using 'Tweaks' -> Extensions -> toggle 'Containers'

Developing / Hacking

Clone and make your changes, and then use this to spin an inline gnome-shell in a dedicated window (works with your system dbus):

make debug

About

containers is a gnome-shell extension to manage linux container, run by podman

License:Apache License 2.0


Languages

Language:JavaScript 94.1%Language:CSS 3.6%Language:Makefile 2.2%