mirror of
https://github.com/ACINQ/eclair.git
synced 2025-03-03 09:29:08 +01:00
Move arm64 docker file to contrib and udpate README.md (#2327)
This commit is contained in:
parent
0c84063d32
commit
af79f44051
2 changed files with 2 additions and 1 deletions
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue