https://github.com/mgerb/mgdocker
Simple web UI for managing docker containers with docker compose.
https://github.com/mgerb/mgdocker
Last synced: about 1 year ago
JSON representation
Simple web UI for managing docker containers with docker compose.
- Host: GitHub
- URL: https://github.com/mgerb/mgdocker
- Owner: mgerb
- Created: 2024-02-27T07:20:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T17:46:01.000Z (over 2 years ago)
- Last Synced: 2025-05-07T21:11:31.424Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 1.95 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# mgdocker
**[Download the latest release here.](https://github.com/mgerb/mgdocker/releases)**
A web application for managing docker containers. Built for my personal needs.
- [rust](https://www.rust-lang.org/)
- [leptos](https://github.com/leptos-rs/leptos)
- [htmx](https://htmx.org/)
- [axum](https://github.com/tokio-rs/axum)
- [simple.css](https://simplecss.org/)
## Features
- docker compose pull
- docker compose down && docker compose up -d
- view docker_compose.yml
- prune images

## Usage
```
mgdocker - A simple web interface for managing docker containers and images
Usage: mgdocker [OPTIONS]
Options:
-p, --port Port that the server will run on [default: 8080]
--host Host that the server will run on [default: localhost]
-h, --help Print help
-V, --version Print version
```