Skip to content

Commit

Permalink
Docker documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Nov 24, 2016
1 parent 27ed2b7 commit 6b95303
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/installing-solidity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,19 @@ 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:

.. 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 6b95303

Please sign in to comment.