Closed faidoc closed 4 years ago
@faidoc Any updates on this? These options would be pretty cool to have
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!
+1 Please accept this pull request! it's just what I wanted to implement
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
Declined in favor of #53
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.
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