Skip to content

Instantly share code, notes, and snippets.

@niftynei
Created September 24, 2019 17:40
Embed
What would you like to do?
Command to start c-lightning with Docker
docker run -d \
--network=host \
--name=lightning \
-v ~/extra/lightning:/root/.lightning \
blockstream/lightningd:prom lightningd --conf=/root/.lightning/lightning.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment