todstoychev / containers-dock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This application is used to be a simple interface to manipulate docker containers in local environment.

Installation

Use pip3 install containers-dock to install the application as Python3 module.

Usage

As standalone app

Call it for the console using containers-dock. executing the command must result in application GUI to start. Screenshots: gui1

gui2

gui3

As API

If you want to use the GUI in another application, use:

from containers_dock.app import App

app = App()
app.run() 

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%