From 6b9530399852ef8127c3cdc4e9da2f74450fcd6e Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 24 Nov 2016 23:46:37 +0100 Subject: Docker documentation. --- docs/installing-solidity.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs') 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 `_. +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 =============== -- cgit v1.2.3 From cf4e0549c35bf2a4fc4629e427099ca526234790 Mon Sep 17 00:00:00 2001 From: chriseth Date: Fri, 25 Nov 2016 16:21:17 +0100 Subject: Mention nightly. --- docs/installing-solidity.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index ce631869..ef38705c 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -47,7 +47,9 @@ Details about the usage of the Node.js package can be found in the Docker ====== -We provide up to date docker builds for the compiler: +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 -- cgit v1.2.3