GNOME Shell extension that uses the Docker API via the Unix socket to manage Docker containers.
- The top bar shows a blue Docker icon with a number indicating running containers
- Left click: popup with the list of running containers
- A toggle in the popup shows stopped containers as well
- Each item represents a container that can be started, stopped, restarted, or deleted
- Right click: menu with a Settings entry
- Clone or copy the extension folder to:
~/.local/share/gnome-shell/extensions/docker-manager@sydro.github.com - Compile the GSettings schema:
glib-compile-schemas ~/.local/share/gnome-shell/extensions/docker-manager@sydro.github.com/schemas - Enable the extension:
gnome-extensions enable docker-manager@sydro.github.com - If needed, restart GNOME Shell (Alt+F2, then
r) or log out/log in (Wayland).
If you’re working in the repository, you can use a symlink to the GNOME Shell directory:
ln -sfn "$(pwd)" ~/.local/share/gnome-shell/extensions/docker-manager@sydro.github.com

