Merge pull request #4552 from moigagoo/patch-1

Add Docker Hub info
This commit is contained in:
Andreas Rumpf
2016-08-02 20:01:48 +02:00
committed by GitHub

View File

@@ -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 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