Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkanenobu/docker-manager
GUI Client for docker
https://github.com/mkanenobu/docker-manager
Last synced: 17 days ago
JSON representation
GUI Client for docker
- Host: GitHub
- URL: https://github.com/mkanenobu/docker-manager
- Owner: mkanenobu
- License: gpl-3.0
- Created: 2022-12-11T11:46:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T03:23:22.000Z (7 months ago)
- Last Synced: 2024-12-16T01:37:34.589Z (24 days ago)
- Language: TypeScript
- Homepage:
- Size: 1.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
## Setup
```bash
go install github.com/wailsapp/wails/v2/cmd/wails@latest
```## Commands
Development
```bash
make dev
```Production build
Generate executable to `build/bin/`
```bash
make build
```