Merge pull request #1438 from ethereum/docker

Docker documentation.
This commit is contained in:
chriseth 2016-11-25 16:57:29 +01:00 committed by GitHub
commit b179dfd101

View File

@ -44,6 +44,21 @@ To install it, simply use
Details about the usage of the Node.js package can be found in the
`solc-js repository <https://github.com/ethereum/solc-js>`_.
Docker
======
We provide up to date docker builds for the compiler. The ``stable``
repository contains released versions while the ``nightly``
repository contains potentially unstable changes in the develop branch.
.. code:: bash
docker run ethereum/solc:stable solc --version
Currenty, the docker image only contains the compiler executable,
so you have to do some additional work to link in the source and
output directories.
Binary Packages
===============