From 886c327354f0e441c0a6bc3f3549b781613b6908 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer <105281+firefart@users.noreply.github.com> Date: Tue, 15 Aug 2023 12:32:28 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8a8a2091..8c23fdbb 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,14 @@ We are now shipping binaries for each of the releases so that you don't even hav If you're stupid enough to trust binaries that I've put together, you can download them from the [releases](https://github.com/OJ/gobuster/releases) page. +### Docker + +You can also grab a prebuilt docker image from [https://github.com/OJ/gobuster/pkgs/container/gobuster](https://github.com/OJ/gobuster/pkgs/container/gobuster) + +```bash +docker pull ghcr.io/oj/gobuster:latest +``` + ### Using `go install` If you have a [Go](https://golang.org/) environment ready to go (at least go 1.19), it's as easy as: