gpouilloux / gnome-shell-extension-docker

An extension for managing docker containers
GNU General Public License v3.0
146 stars 71 forks source link

Allow to start/stop the docker service within the dropdown menu + Open terminal #17

Closed faidoc closed 4 years ago

faidoc commented 7 years ago

Allow to stop/start the docker service from the dropdown menu. Right now depends on systemd and pkexec. There's a TODO for checking if both dependencies are available in the system.

image image

Allow to open a terminal inside the container. It gets the default terminal from the Gnome-Shell Schema: gsettings get org.gnome.desktop.default-applications.terminal exec Assumes /bin/bash exists in the container

image peek 26-08-2017 00-36

hoshsadiq commented 6 years ago

@faidoc Any updates on this? These options would be pretty cool to have

mduft commented 6 years ago

I tried this in the gnome-shell 3.28.2-1 on fedora 28. Works like a charm. I will keep using this version as I love the functionality to open a terminal :) Thanks. Hopefully accepted upstream soon!

hidalgosiles commented 6 years ago

+1 Please accept this pull request! it's just what I wanted to implement

gpouilloux commented 4 years ago

Open terminal feature will be supersedes by this pull request (See https://github.com/gpouilloux/gnome-shell-extension-docker/pull/48)

There are still the good idea of being able to start/stop docker daemon that should be cherry-picked though cc @alessandrodolci

gpouilloux commented 4 years ago

Declined in favor of #53