aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing-solidity.rst
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-11-25 06:46:37 +0800
committerchriseth <c@ethdev.com>2016-11-25 06:46:52 +0800
commit6b9530399852ef8127c3cdc4e9da2f74450fcd6e (patch)
tree30955764b8bd3cf690d769402c1794e44962bd71 /docs/installing-solidity.rst
parent27ed2b70cc8872fbdcdbfbd6fba46230a924187a (diff)
downloaddexon-solidity-6b9530399852ef8127c3cdc4e9da2f74450fcd6e.tar
dexon-solidity-6b9530399852ef8127c3cdc4e9da2f74450fcd6e.tar.gz
dexon-solidity-6b9530399852ef8127c3cdc4e9da2f74450fcd6e.tar.bz2
dexon-solidity-6b9530399852ef8127c3cdc4e9da2f74450fcd6e.tar.lz
dexon-solidity-6b9530399852ef8127c3cdc4e9da2f74450fcd6e.tar.xz
dexon-solidity-6b9530399852ef8127c3cdc4e9da2f74450fcd6e.tar.zst
dexon-solidity-6b9530399852ef8127c3cdc4e9da2f74450fcd6e.zip
Docker documentation.
Diffstat (limited to 'docs/installing-solidity.rst')
-rw-r--r--docs/installing-solidity.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst
index ec40e822..ce631869 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 <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
===============