iotaledger / cliri

Coo Less IRI
Other
24 stars 8 forks source link

Update dockerfile to match CLIRI #118

Closed f-ben closed 5 years ago

f-ben commented 5 years ago

Description

The dockerfile right now can not be used since it will stop with errors. This new file can be used with IRI and CLIRI by simply setting the IRITYPE arg to IRI / CLIRI

Fixes #117 (issue)

Type of change

How Has This Been Tested?

Setting the IRITYPE to CLIRI and building the image with docker build will create an image which can be used to run CLIRI.

Checklist:

f-ben commented 5 years ago

Could you also add docker build and docker run examples to README.md?

I modified the readme.md with a basic example - in general only the mounting of the iota.ini file changed.