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

Dockerfile: Update lightningd base image to a version that actually exists #538

Merged
merged 5 commits into from
Jun 6, 2024

Conversation

chrisguida
Copy link
Collaborator

The Dockerfile builds now, but I can't get it to run.

Will look into that later...

@chrisguida chrisguida changed the title Update lightningd base image to a version that actually exists Dockerfile: Update lightningd base image to a version that actually exists Jun 5, 2024
@chrisguida chrisguida force-pushed the cguida/docker-img-version branch from 4f1eebd to 8305d50 Compare June 5, 2024 18:19
@chrisguida
Copy link
Collaborator Author

new issue here #547

@chrisguida chrisguida enabled auto-merge (rebase) June 5, 2024 23:04
@chrisguida chrisguida disabled auto-merge June 6, 2024 00:28
@chrisguida
Copy link
Collaborator Author

@ShahanaFarooqui says you can run the (upstream CLN) Dockerfile like: docker run -d --network=host -v '/home/usr/.lightning/l1-docker:/root/.lightning/regtest' -v '/home/usr/.bitcoin:/home/usr/.bitcoin' -e LIGHTNINGD_NETWORK=regtest -p 9735:9735/tcp -p 9835:9835/tcp elementsproject/lightningd:v24.02.2 --bitcoin-rpcconnect=0.0.0.0 --bitcoin-rpcuser=user --bitcoin-rpcpassword=password --network=regtest --database-upgrade=true

Will add some instructions for how to to this in a separate PR

@chrisguida chrisguida merged commit 9acaec7 into lightningd:master Jun 6, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant