An open API service indexing awesome lists of open source software.

https://github.com/raulrobinson/docker-app-tool

APP NextJS for Docker Management
https://github.com/raulrobinson/docker-app-tool

api docker javascript nextjs

Last synced: 3 months ago
JSON representation

APP NextJS for Docker Management

Awesome Lists containing this project

README

        

# Docker APP Tool

## Description

This tool is a simple application that allows you to manage your docker containers and images. It is a command line tool that allows you to perform the following operations:

- List all containers
- List all images
- Start a container
- Stop a container
- Remove a container
- Remove an image
- Create a container

## Preview

Dashboard

![img.png](img.png)

Details

![img_1.png](img_1.png)

Logs

![img_2.png](img_2.png)

Stats

![img_3.png](img_3.png)

## Installation

To install the tool, you can clone the repository and run the application.

## Backend

The backend is a simple REST API with Java Spring Boot from the repository.

https://github.com/raulrobinson/java-springboot-basic

## Author
Raul Bolivar Navas - 2024

## License
This project is licensed under the MIT License - see the LICENSE.md file for details.