From ac6b91d49483e282f779cf697486425503b23fd6 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 23 Jul 2023 15:10:17 +0330 Subject: [PATCH] added links for the scripts section, added a docker section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 963fbfca..f954b247 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,13 @@ ninja -C Build && sudo ninja -C Build install ## [Modules](https://irssi.org/modules/) +## [Docker](https://hub.docker.com/_/irssi) + +Unofficial official images are available on dockerhub [here](https://hub.docker.com/_/irssi). + +You can run the lastest release without a hitch using [gvisor](https://gvisor.dev/) and `--cap-drop ALL`. + + ## [Security information](https://irssi.org/security/) Please report security issues to staff@irssi.org. Thanks!