mirror of
https://github.com/corda/corda.git
synced 2025-01-18 02:39:51 +00:00
Mention Docker images in the release notes.
This commit is contained in:
parent
03cff6bd00
commit
dd2f1f9798
@ -6,7 +6,7 @@ Running a node connected to a Compatibility Zone in Docker
|
||||
|
||||
.. note:: Requirements: A valid node.conf and a valid set of certificates - (signed by the CZ)
|
||||
|
||||
In this example, the certificates are stored at ``/home/user/cordaBase/certificates``, the node configuration is in ``/home/user/cordaBase/config/node.conf`` and the CorDapps to run are in ``/home/TeamCityOutput/cordapps``
|
||||
In this example, the certificates are stored at ``/home/user/cordaBase/certificates``, the node configuration is in ``/home/user/cordaBase/config/node.conf`` and the CorDapps to run are in ``/path/to/cordapps``
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
@ -17,19 +17,19 @@ In this example, the certificates are stored at ``/home/user/cordaBase/certifica
|
||||
-v /home/user/cordaBase/certificates:/opt/corda/certificates \
|
||||
-v /home/user/cordaBase/persistence:/opt/corda/persistence \
|
||||
-v /home/user/cordaBase/logs:/opt/corda/logs \
|
||||
-v /home/TeamCityOutput/cordapps:/opt/corda/cordapps \
|
||||
-v /path/to/cordapps:/opt/corda/cordapps \
|
||||
-p 10200:10200 \
|
||||
-p 10201:10201 \
|
||||
corda/corda-4.0-snapshot:latest
|
||||
corda/corda-4.0:RELEASE
|
||||
|
||||
As the node runs within a container, several mount points are required
|
||||
As the node runs within a container, several mount points are required:
|
||||
|
||||
1. CorDapps - CorDapps must be mounted at location ``/opt/corda/cordapps``
|
||||
2. Certificates - certificates must be mounted at location ``/opt/corda/certificates``
|
||||
3. Config - the node config must be mounted at location ``/etc/corda/node.config``
|
||||
4. Logging - all log files will be written to location ``/opt/corda/logs``
|
||||
|
||||
If using the H2 database
|
||||
If using the H2 database:
|
||||
|
||||
5. Persistence - the folder to hold the H2 database files must be mounted at location ``/opt/corda/persistence``
|
||||
|
||||
|
@ -55,7 +55,7 @@ We look forward to seeing what you can do with Corda!
|
||||
|
||||
corda-nodes-index.rst
|
||||
corda-networks-index.rst
|
||||
docker.rst
|
||||
docker-image.rst
|
||||
azure-vm.rst
|
||||
aws-vm.rst
|
||||
loadtesting.rst
|
||||
@ -63,6 +63,13 @@ We look forward to seeing what you can do with Corda!
|
||||
|
||||
.. Documentation is not included in the pdf unless it is included in a toctree somewhere
|
||||
|
||||
.. conditional-toctree::
|
||||
:caption: Corda Network
|
||||
:maxdepth: 2
|
||||
:if_tag: htmlmode
|
||||
|
||||
corda-network/index.md
|
||||
|
||||
.. conditional-toctree::
|
||||
:caption: Contents
|
||||
:maxdepth: 2
|
||||
@ -82,13 +89,6 @@ We look forward to seeing what you can do with Corda!
|
||||
deterministic-modules.rst
|
||||
changelog
|
||||
|
||||
.. conditional-toctree::
|
||||
:caption: Corda Network
|
||||
:maxdepth: 2
|
||||
:if_tag: htmlmode
|
||||
|
||||
corda-network/index.md
|
||||
|
||||
.. conditional-toctree::
|
||||
:caption: Design docs
|
||||
:maxdepth: 2
|
||||
|
@ -223,6 +223,12 @@ We've upgraded to Gradle 4.10.1.
|
||||
Changes for administrators in Corda 4
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Official Docker images
|
||||
++++++++++++++++++++++
|
||||
|
||||
Corda 4 adds an :doc:`docker-image` for starting the node. It's based on Ubuntu and uses the Azul Zulu
|
||||
spin of Java 8. Other tools will have Docker images in future as well.
|
||||
|
||||
Auto-acceptance for network parameters updates
|
||||
++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user