docs: Add link to docker hub (#128)

Added link to docker hub
This commit is contained in:
Firman Alamsyah 2025-01-16 05:24:19 +07:00 committed by GitHub
parent c8312348fd
commit 80604075d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -347,7 +347,7 @@ Security:
## How to build & install ## How to build & install
__NOTE__: a docker image is available on docker hub, which removes the need for building and installing go. __NOTE__: a [docker image](https://hub.docker.com/r/bolkedebruin/rdpgw/) is available on docker hub, which removes the need for building and installing go.
Ensure that you have `make` (comes with standard build tools, like `build-essential` on Debian), `go` (version 1.19 or above), and development files for PAM (`libpam0g-dev` on Debian) installed. Ensure that you have `make` (comes with standard build tools, like `build-essential` on Debian), `go` (version 1.19 or above), and development files for PAM (`libpam0g-dev` on Debian) installed.