Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vv9k/dockeye
GUI app for managing Docker/Podman
https://github.com/vv9k/dockeye
containers docker egui gui rust
Last synced: 5 days ago
JSON representation
GUI app for managing Docker/Podman
- Host: GitHub
- URL: https://github.com/vv9k/dockeye
- Owner: vv9k
- License: other
- Created: 2021-11-19T04:50:26.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T18:22:38.000Z (over 2 years ago)
- Last Synced: 2024-06-09T23:37:10.710Z (5 months ago)
- Topics: containers, docker, egui, gui, rust
- Language: Rust
- Homepage:
- Size: 7.11 MB
- Stars: 405
- Watchers: 4
- Forks: 9
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# dockeye
[![Build Status](https://github.com/vv9k/dockeye/workflows/dockeye%20CI/badge.svg)](https://github.com/vv9k/dockeye/actions?query=workflow%3A%22dockeye+CI%22)
> GUI app for managing Docker
# Installation
## Prebuilt packages
Download one of the archives available on the [releases page](https://github.com/vv9k/dockeye/releases) and extract it somewhere in your `$PATH`## AUR
To install from AUR, use your favorite AUR helper like `paru`:
```shell
$ paru -S dockeye
```## Building from source
Install required libraries (only required on Linux):
### APT
```shell
$ apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev
```### Pacman
```Shell
$ pacman -S libxcb libxkbcommon
```To install **dockeye** you'll need the latest rust with cargo. To build run:
```shell
$ cargo build --release
```
and later copy `./target/release/dockeye` to your `$PATH`.![usage](https://github.com/vv9k/dockeye/blob/master/usage.webp)
## License
[GPLv3](https://github.com/vv9k/dockeye/blob/master/LICENSE)