Skip to content
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

Add controller container (ctl) #1

Closed
3 tasks
reliveyy opened this issue May 9, 2019 · 0 comments
Closed
3 tasks

Add controller container (ctl) #1

reliveyy opened this issue May 9, 2019 · 0 comments
Assignees
Labels
P1 top priority
Milestone

Comments

@reliveyy
Copy link
Collaborator

reliveyy commented May 9, 2019

Goals:

  1. Provide more sophisticated control over multiple docker-compose services. And also keep the built images generic (e.g. no curl and source to set aliases)
  2. Build the foundation for a more complex and interactive CLI setup in the future

Features for the first version of ctl:

  • check getinfo until synced to chain true and only then connect to simnet and open channel
  • instead of setting aliases for xud, lnd etc in host system, instruct user to docker exec -it into ctl container which is connected to other containers and has alias already set
  • status
    btcd / bitcoind (if container up + synced, then OK else check sync status and display "Syncing, 81%, if container down or other error, display "ERROR")
    ltcd / litecoind (if container up + synced, then OK else check sync status and display "Syncing, 81%, if container down or other error, display "ERROR")
    lndbtc (if container up + synced, then OK else check LND sync status and display "Syncing, 81%, if container down or other error, display "ERROR")
    lndltc (if container up + synced, then OK else check sync status and display "Syncing, 81%, if container down or other error, display "ERROR")
    xud (if container up + getinfo shows all normal = OK, else detailed error message)
@reliveyy reliveyy self-assigned this May 9, 2019
@kilrau kilrau changed the title Add controller container Add controller container (ctl) May 10, 2019
@kilrau kilrau added this to the 1.0.0 milestone May 23, 2019
@kilrau kilrau added the P1 top priority label May 24, 2019
@kilrau kilrau closed this as completed Jun 4, 2019
@kilrau kilrau mentioned this issue Jun 11, 2019
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 top priority
Projects
None yet
Development

No branches or pull requests

2 participants