Files
lighthouse/book/src/docker.md
Paul Hauner 9e5a9cefe2 Update book
2019-11-23 12:08:56 +11:00

474 B

Docker Guide

This repository has a Dockerfile in the root which builds an image with the lighthouse binary installed.

To use the image, first build it (this will likely take several minutes):

$ docker build . -t lighthouse

Once it's built, run it with:

$ docker run lighthouse lighthouse --help

Note: the first lighthouse is the name of the tag we created earlier. The second lighthouse refers to the binary installed in the image.