diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index ec40e8224831..ce63186900f5 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -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 `_. +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 ===============