Skip to content

A simple Graphic UI that allows you to select a active container and a command to execute on it

Notifications You must be signed in to change notification settings

kb05/docker-zenity-exec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-zenity-exec

A simple Graphic UI that allows you to select a active container and a command to execute on it

Requirements

  • Zenity (sudo apt-get install zenity )
  • Docker

How works?

  1. Get all active docker containers
  2. Create a zenity list interface, and asks the user to select the one that he want to work with (Get the containerID)
  3. Get the list of available commands in commandList.json
  4. Show the possible commands to execute over the selected container, and ask to the user that select one of them
  5. Replace the ContainerID and execute the command with the ContainerID tag replaced with the user ContainerID.

Script-Image

Script-Image

Script-Image

About

A simple Graphic UI that allows you to select a active container and a command to execute on it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages