mention docker-compose as option to spin up VM (#97)

This commit is contained in:
Roman Khavronenko 2019-07-15 22:45:21 +01:00 committed by Aliaksandr Valialkin
parent daba0cdb05
commit fb14f23532

View file

@ -57,6 +57,7 @@ Cluster version is available [here](https://github.com/VictoriaMetrics/VictoriaM
- [Production build](#production-build)
- [Building docker images](#building-docker-images)
- [How to start VictoriaMetrics](#how-to-start-victoriametrics)
- [Start with docker-compose](#start-with-docker-compose)
- [Setting up service](#setting-up-service)
- [Third-party contributions](#third-party-contributions)
- [Prometheus setup](#prometheus-setup)
@ -133,6 +134,13 @@ The following command line flags are used the most:
Pass `-help` to see all the available flags with description and default values.
### Start with docker-compose
[Docker-compose](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/deployment/docker/docker-compose.yml)
helps to spin up VictoriaMetrics, Prometheus and Grafana with one command.
More details may be found [here](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/deployment/docker#folder-contains-basic-images-and-tools-for-building-and-running-victoria-metrics-in-docker).
### Setting up service
Read [these instructions](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/43) on how to set up VictoriaMetrics as a service in your OS.