Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```