Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.5 KB

README.md

File metadata and controls

43 lines (25 loc) · 1.5 KB

Whale 🐳

Lightweight terminal user interface application that helps programmers and devops manage Docker containers.

Important 📢

Whale is still under development and is not yet ready for use.

Demo 🎥

Whale Demo

Description 📝

The Whale application aims to simplify Docker container management through an intuitive terminal-based interface. Users will be able to display, start, stop, create, and delete containers, as well as view their logs and information about ports and environment variables.

Instalation 📦

To install whale you need to have the following dependencies installed on your system:

Once you have the dependencies installed, you can download Whale using this command:

dotnet tool install --global Whale.Tui

Whale is constantly being developed, so to update it to the latest version, use the following command:

dotnet tool update --global Whale.Tui

Contribute 🤝

If you want to contribute to the development of the Whale application, you can do so by creating a pull request. We are looking forward to your ideas, suggestions and contributions.

License 📕

The Whale application will be available under the open source license according to the MIT License terms.