From 794b8ea3b8fc7f3761dc4c405af2d89c86596a29 Mon Sep 17 00:00:00 2001 From: kha7iq Date: Sun, 18 Apr 2021 03:09:05 +0800 Subject: [PATCH] docs: updated documentation for docker release --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index c68e513..5a9c845 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,33 @@ go get -u github.com/kha7iq/pingme ``` ### Windows +```powershell +scoop bucket add pingme https://github.com/kha7iq/scoop-bucket.git +scoop install pingme +``` + Alternatively you can head over to [release pages](https://github.com/kha7iq/pingme/releases) and download the binary for windows & all other supported platforms. + +### Docker +Docker container is also available on both dockerhub and github container registry. + +`latest` tage will always pull the latest version avaialbe, you can also download specific version. +Checkout [release](https://github.com/kha7iq/pingme/releases) page for available versions. + +Docker Registry +```bash +docker pull khaliq/pingme:latest +``` +Gighub Registry +```bash +docker pull ghcr.io/kha7iq/pingme:latest +``` +Run +```bash +docker run ghcr.io/kha7iq/pingme:latest +``` + ## Usage ```bash