1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-19 01:43:22 +01:00

Move arm64 docker file to contrib and udpate README.md (#2327)

This commit is contained in:
Fabrice Drouin 2022-06-23 16:11:21 +02:00 committed by GitHub
parent 0c84063d32
commit af79f44051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -206,7 +206,8 @@ before copying that file to your final backup location.
## Docker
A [Dockerfile](Dockerfile) image is built on each commit on [docker hub](https://hub.docker.com/r/acinq/eclair) for running a dockerized eclair-node.
A [Dockerfile](Dockerfile) x86_64 image is built on each commit on [docker hub](https://hub.docker.com/r/acinq/eclair) for running a dockerized eclair-node.
For arm64 platforms you can use an [arm64 Dockerfile](contrib/arm64v8.Dockerfile) to build your own arm64 container.
You can use the `JAVA_OPTS` environment variable to set arguments to `eclair-node`.