aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2016-11-25 23:57:29 +0800
committerGitHub <noreply@github.com>2016-11-25 23:57:29 +0800
commitb179dfd1015f328676e36565b46f03bb74277af9 (patch)
treeac2e1d469e1cd516a643a23677dade1114cfe3be /docs
parent3a8a0708ff6cb502603fe2d8d1afa6c3e3b2a6ab (diff)
parentcf4e0549c35bf2a4fc4629e427099ca526234790 (diff)
downloaddexon-solidity-b179dfd1015f328676e36565b46f03bb74277af9.tar
dexon-solidity-b179dfd1015f328676e36565b46f03bb74277af9.tar.gz
dexon-solidity-b179dfd1015f328676e36565b46f03bb74277af9.tar.bz2
dexon-solidity-b179dfd1015f328676e36565b46f03bb74277af9.tar.lz
dexon-solidity-b179dfd1015f328676e36565b46f03bb74277af9.tar.xz
dexon-solidity-b179dfd1015f328676e36565b46f03bb74277af9.tar.zst
dexon-solidity-b179dfd1015f328676e36565b46f03bb74277af9.zip
Merge pull request #1438 from ethereum/docker
Docker documentation.
Diffstat (limited to 'docs')
-rw-r--r--docs/installing-solidity.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst
index ec40e822..ef38705c 100644
--- a/docs/installing-solidity.rst
+++ b/docs/installing-solidity.rst
@@ -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
===============