From 5a627637f40ca1e3912747d7d77a555f6a7f8793 Mon Sep 17 00:00:00 2001 From: mappu Date: Mon, 6 Jan 2025 19:24:16 +1300 Subject: [PATCH] doc/README: update descriptions --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c205652..9c9aea6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # Qocker-miqt -Qocker-miqt is a port of Qocker to MIQT. +Qocker-miqt is a user-friendly GUI application for managing Docker containers. + +This is a fork of [Qocker](https://github.com/xlmnxp/Qocker) ported to the [MIQT](https://github.com/mappu/miqt) library for demonstration purposes. + +## Building + +```bash +apt install qt6-base-dev build-essential golang-go +go build -ldflags '-s -w' +./qocker-miqt +``` + +If your `docker` binary requires `sudo`, then +1. Run `sudo docker` once to prime the sudo login cache; then +2. Run `./qocker-miqt --sudo`. Then qocker will use sudo for all docker invocations.