mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
a8de1ab000
* Lint YAML * Remove extra comment * Fix command problem * Format MD files * Format & fix problem of MD files for docs * Another fix for MD files
1.2 KiB
1.2 KiB
sort |
---|
12 |
Quick Start
The following commands download the latest available Docker image of VictoriaMetrics and start it at port 8428, while storing the ingested data at victoria-metrics-data
subdirectory under the current directory:
docker pull victoriametrics/victoria-metrics:latest
docker run -it --rm -v `pwd`/victoria-metrics-data:/victoria-metrics-data -p 8428:8428 victoriametrics/victoria-metrics:latest
Open http://localhost:8428
in web browser and read these docs.
VictoriaMetrics is also available in binaries (see this page) and in source code (see how to build VictoriaMetrics from sources).
There are also the following versions of VictoriaMetrics available:
- VictoriaMetrics cluster - horizontally scalable VictoriaMetrics, which scales to multiple nodes.
- Managed VictoriaMetrics at AWS.