docs: Add link to docker hub

Added link to docker hub
This commit is contained in:
Firman Alamsyah 2024-11-18 22:24:06 +07:00 committed by GitHub
parent 372dc43ef2
commit 75e3720ce4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -347,7 +347,7 @@ Security:
## 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.