summary refs log tree commit diff stats
path: root/web/download.rst
diff options
context:
space:
mode:
authorKonstantin Molchanov <moigagoo@live.com>2016-08-01 15:49:29 +0400
committerGitHub <noreply@github.com>2016-08-01 15:49:29 +0400
commit7c448624e4d186f97832021efcc7e6ff1997c203 (patch)
treef21b695658e07a24be95f050cf229f15fd373df8 /web/download.rst
parent24b72cebe7b30120eec9a5dce822f65f93881362 (diff)
downloadNim-7c448624e4d186f97832021efcc7e6ff1997c203.tar.gz
Add Docker Hub info
Diffstat (limited to 'web/download.rst')
-rw-r--r--web/download.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/web/download.rst b/web/download.rst
index 94124f7bb..030d3122e 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 <https://hub.docker.com/r/nimlang/nim/>`_
+are published Docker Hub and include the compiler and Nimble. There're images
+to be used with single scripts as well as Nimble packages.
+
+Get the latest stable image::
+
+  docker pull nimlang/nim
+
+The latest development version::
+
+  docker pull nimlang/nim:devel