docs: clarify docker build instruction (#16319)

Make it explicit that the make docker command is not intended for local builds.

Signed-off-by: Owen Williams <owen.williams@grafana.com>
pull/16320/head
Owen Williams 3 months ago committed by GitHub
parent e19ff7a000
commit 503f3cb6d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      README.md

@ -130,7 +130,6 @@ always, be extra careful when loading third party code.
### Building the Docker image
The `make docker` target is designed for use in our CI system.
You can build a docker image locally with the following commands:
```bash
@ -140,6 +139,9 @@ make npm_licenses
make common-docker-amd64
```
The `make docker` target is intended only for use in our CI system and will not
produce a fully working image when run locally.
## Using Prometheus as a Go Library
### Remote Write

Loading…
Cancel
Save