mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 13:24:44 +00:00
474 B
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.