Commit Graph

4 Commits (master)

Author SHA1 Message Date
Mohamed Awnallah 295befd083 Move DOCKER.md to docs directory 4 months ago
GoodDaisy e45101cccd chore: fix typos 5 months ago
Oliver Gugger 6b8a12f709
docs: remove weird character in DOCKER.md 3 years ago
Geoff Taylor 793fb4d90e loop: introduce docker integration (#46)
* Introduced docker integration
* Added Dockerfile to build loopd and loop with no dependencies.
* Added instructions to build and run docker image.

* Fixed documentation on mapping of ~/.lnd
* Would have caused problems because ~/.loop wasn't mapped
* Now map entire home directory

* Updated DOCKER.md example to just map ~/.lnd and ~/.loop.
* Removed mapping of home directory - one of the benefits of docker is being explicit about the resources the container uses so I felt bad mapping the entire home directory when only two known folders were used.
5 years ago