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
- Host: GitHub
- URL: https://github.com/raulrobinson/docker-app-tool
- Owner: raulrobinson
- Created: 2024-12-04T21:23:33.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T18:51:38.000Z (6 months ago)
- Last Synced: 2025-01-27T04:18:05.570Z (5 months ago)
- Topics: api, docker, javascript, nextjs
- Language: TypeScript
- Homepage: https://rasysbox.com
- Size: 558 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

Details

Logs

Stats

## 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.