diff --git a/web/download.rst b/web/download.rst index 94124f7bb9..6593a928cd 100644 --- a/web/download.rst +++ b/web/download.rst @@ -80,3 +80,19 @@ and then to build it:: You should then add the ``./bin`` (make sure to expand this into an absolute path) directory to your ``PATH``. + + +Docker Hub +---------- + +The `official Docker images `_ +are published Docker Hub and include the compiler and Nimble. There are images +for standalone scripts as well as Nimble packages. + +Get the latest stable image:: + + docker pull nimlang/nim + +The latest development version:: + + docker pull nimlang/nim:devel