Quick start
Using a published image
Section titled “Using a published image”Most people never build anything — pull the image and point WebSummoner at it:
docker pull websummoner/chrome:latestAvailable tags and the versioning policy are documented in Image tags.
Building the tool
Section titled “Building the tool”The build tool is a single Go binary; all Docker build files are embedded in it.
go build./images --help./images firefox --helpThen see Building images.