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

Quetzal: Images

The listbox will show the Image ID, the image name as well as the tag.

Containers

Quetzal: Creating new container Quetzal: Containers

The information in the container tab is: Container ID, Name and Status.

Network

The network tab show the id of the network and the connected containers.

Quetzal: Containers

Volumes

Quetzal: Containers

List of existent volumes in the local machine.

This app is just a learning experiment, not really suitable for usage in a work computer or laptop. That being said, there are other features that I want to add in the future: