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

https://github.com/biscgit/docker_rash

WIP! A simple version of docker desktop running only in the terminal written in Rust.
https://github.com/biscgit/docker_rash

Last synced: 11 months ago
JSON representation

WIP! A simple version of docker desktop running only in the terminal written in Rust.

Awesome Lists containing this project

README

          

# Docker Dashboard

A minimalistic version of Docker-Desktop for Linux running only in the terminal written in Rust.

---

# Not finished yet!
# Work in progress!

## Requirements

The Following are **required** to run the application:
- `rust` >= `1.77.0 (2021 Edition)`
- `curl` >= `7.50.0`

Optional dependencies (but **highly recommended**):
- **Nerdfonts** >= `3.0.0`

Internet is only needed when web access is required, for example DockerHub images.

## Optional ToDos
- [ ] Replace `curl` with the inbuilt `tokio::net::UnixStream`
- [ ] Add remote socket + authentication
- [ ] Increase Rendering performance
- [ ] Group Compose
- [ ] Add Container Image symbols