A docker GUI for linux made with Python

I’ve developed a docker GUI called Quetzal for linux. Is a simple Python script with a few dependencies, the main ones are Docker SDK and PySimpleGUI. The app lets you create, monitor and delete images, containers, networks and volumes. The window is organized in tabs, all of those look the same and give information about the current resource (images, networks, container or volumes.) Images The listbox will show the Image ID, the image name as well as the tag.

Read More