Skip to content

Commit

Permalink
Merge pull request ethereum#1438 from ethereum/docker
Browse files Browse the repository at this point in the history
Docker documentation.
  • Loading branch information
chriseth authored Nov 25, 2016
2 parents 3a8a070 + cf4e054 commit b179dfd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/installing-solidity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
===============

Expand Down

0 comments on commit b179dfd

Please sign in to comment.