Skip to content

Instantly share code, notes, and snippets.

@niftynei
Created September 24, 2019 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niftynei/f50a13edaa19386247c458c6ff705024 to your computer and use it in GitHub Desktop.
Save niftynei/f50a13edaa19386247c458c6ff705024 to your computer and use it in GitHub Desktop.
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