gnome-shell-extension-docker icon indicating copy to clipboard operation
gnome-shell-extension-docker copied to clipboard

An extension for managing docker containers

Results 28 gnome-shell-extension-docker issues
Sort by recently updated
recently updated
newest added

I'm trying to install in the latest ubuntu version 22.04

"No containers detected" message shows when clicking the icon. `docker ps` command shows a list of containers. ![image](https://user-images.githubusercontent.com/8342995/138580093-891f9a01-2d3a-4f57-8cc0-8d1efefae0a6.png) OS: Ubuntu 20.04.3 GNOME: 3.36.8

Any chance this will work with podman? I think it could be great to have it work with podman containers so we can a rootless dev environment.

Hi, could you add a dark icon for light themes? I am using a white topbar and it makes the icon hard to see. Thanks

I've added some improvements to this extension: - Add a new option for "Stop and Remove": Sometimes, I want to remove a container that is already started. So, instead of...

Add a menu item, for each container, to set a custom command that will be executed when opening the container shell. ![2021-08-21 08-59-29](https://user-images.githubusercontent.com/51492635/130322388-98b120b0-ae3b-4905-a774-71f75a8141ed.gif)

Using Ubuntu 18.04.3 (Gnome 3.28.2) the extension appears in the top bar but when I clicked on it, the message "Error occurred when fetching containers" is showed.

Software Center tips: unable find docker_status_gpouilloux #### environment centos8 64-bit ```shell cat /etc/centos-release CentOS Linux release 8.3.2011 ``` #### version gnome 3.32.2 I can only get general information from the...

Hello, I went on to fix the problems reported in #54, here is a brief summary: ### ByteArray string representation Calls to ByteArray toString method have been made explicit on...

Hello Guillaume, here I am with the implementation of the confirmation dialog for the remove action. I introduced a reusable component in a separate file, inheriting from Gnome Shell base...