lnd.xprv/docs
tyzbit fbc722147f lnd+docker: add "Production" Docker Image
This commit satisfies the auto-build functionality desired in #722 without changing anything in the docker folder. This allows development and testing to continue to build and use images locally, but external users get a very lean Docker image they can use. The size difference is appreciable.

REPOSITORY                     TAG                 IMAGE ID            CREATED             SIZE
lnd                            latest              3634dcf5df68        17 seconds ago      1.19GB
lnd-single                     latest              b295cc248447        30 minutes ago      56MB
Right before merging this PR, an Automated Build repository should be configured on the appropriate account (lightningnetwork?) on Docker Hub with the name of lnd in order to match documentation.

I see there are already some repositories created, however I think best practice for Docker is to have a single repository and different tags for different architectures. The included image is based off of Alpine, but in the future we could extend into multiple Dockerfiles (example: ARM support, or being Ubuntu based).

So in this proposed scenario, lightningnetwork/lnd:latest would be alpine, but lightningnetwork/lnd:ubuntu would be an ubuntu-based image, for example.

(With thanks to @alingenhag for https://github.com/f-u-z-z-l-e/docker-lnd/ from which I borrowed heavily)
2018-05-16 18:50:25 -07:00
..
go-fuzz provide formatting for lnd references 2018-01-03 11:39:35 +01:00
grpc docs/grpc: correct javascript macaroon example 2018-04-25 13:38:39 -07:00
code_contribution_guidelines.md docs: add line wrap to contribution checklist 2018-05-07 19:21:03 +03:00
configuring_tor.md docs: add new documentation for configuring lnd+tor 2018-02-09 12:16:16 -08:00
DOCKER.md lnd+docker: add "Production" Docker Image 2018-05-16 18:50:25 -07:00
INSTALL.md docs: add note about bitcoind with multiple lnd instances 2018-05-14 15:59:10 -07:00
macaroons.md docs/macaroons: add reference to invoice.macaroon 2018-04-12 17:25:52 -07:00
MAKEFILE.md docs/MAKEFILE: Add default and all commands 2018-03-31 19:14:45 -07:00