-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Overview] Docker v1 #31
Comments
I think it's worth discussing whether we should necessarily include lnd and raiden in the docker image. Since we have the option to disable either of those, . I don't we might not always need both. I don't know if it's reasonable to have multiple docker images or the option to exclude certain components from the image for people who only want to run one or the other, but I thought I'd bring it up. |
Definitely worth discussing: |
I think xud dockerfile should only care about xud itself. And we provide a docker-compose file or a k8s yaml file to describe the setup process of the whole system instead. |
That sounds about right! @reliveyy We can expect to use official docker lnd and raiden in future. |
https://github.com/reliveyy/xud-docker A quick PoC here (some services may not run properly and I will fix them later). If you have any suggestions please fire an issue in this PoC project and If the dockerization enhancement to xud is acceptable I will create a PR to this project |
Btw: That's taken care of by a) user choosing supported coins/tokens and also b) ask for pre-existing nodes (#891) @sangaman . |
Continuing in #30. Closing here. |
Overview issue for https://github.com/ExchangeUnion/xud-docker/
Global req: All images clean
FROM golang:alpine AS build-stage
Stage 1:
wait for hold invoice to be stable on simnet for below issues:
ctl
) #1)dev-tools
folder #2)Stage 2 (
1.0.0-testnet
):Setup and connect dependencies as docker images
Choose network (simnet/testnet/mainnet):
(xud.sh: choose network #52)answer:
simnet
(Starting Simnet...
)answer:
testnet
(Starting Testnet...
)answer:
mainnet
(Not available just yet.
)Stage 3 (
1.0.0-beta
):The text was updated successfully, but these errors were encountered: