From 7c448624e4d186f97832021efcc7e6ff1997c203 Mon Sep 17 00:00:00 2001 From: Konstantin Molchanov Date: Mon, 1 Aug 2016 15:49:29 +0400 Subject: [PATCH 1/2] Add Docker Hub info --- web/download.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/web/download.rst b/web/download.rst index 94124f7bb9..030d3122e6 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'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 From a5cc72b3e4e050a0668a85c62609ed3aeb1fbe72 Mon Sep 17 00:00:00 2001 From: Konstantin Molchanov Date: Tue, 2 Aug 2016 20:17:20 +0400 Subject: [PATCH 2/2] Minor improvement in the Docker Hub section. --- web/download.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/download.rst b/web/download.rst index 030d3122e6..6593a928cd 100644 --- a/web/download.rst +++ b/web/download.rst @@ -86,8 +86,8 @@ Docker Hub ---------- The `official Docker images `_ -are published Docker Hub and include the compiler and Nimble. There're images -to be used with single scripts as well as Nimble packages. +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::