]> Repositorios git - scryer-prolog.git/commitdiff
README: update Docker install instructions
authorNiklas Gruhn <[email protected]>
Fri, 1 Nov 2024 09:58:44 +0000 (10:58 +0100)
committerGitHub <[email protected]>
Fri, 1 Nov 2024 09:58:44 +0000 (10:58 +0100)
README.md

index 7a83b2a363b9cb4a46bdbe5b54cd9762a1ebc61d..18af4255a479676d83a26c491233b7b7050ef3ba 100644 (file)
--- a/README.md
+++ b/README.md
@@ -237,6 +237,12 @@ Then you can serve it with your favorite http server like `python -m http.server
 
 ### Docker Install
 
+Pre-built [Docker images are available on Docker Hub](https://hub.docker.com/r/mjt128/scryer-prolog/tags).
+The `latest` tag reflects the state on `master`, which might be unstable. 
+There are also tags for Scryer releases 0.9.2 and up. 
+Note though, that the base images are not kept up to date at the moment, 
+so be wary of security vulnerabilities (see [#2646](https://github.com/mthom/scryer-prolog/issues/2646)).
+
 First, install [Docker](https://docs.docker.com/get-docker/) on Linux,
 Windows, or Mac.