From fb14f23532df9011a3cbc82f7e75ed3bbaf35ec4 Mon Sep 17 00:00:00 2001 From: Roman Khavronenko Date: Mon, 15 Jul 2019 22:45:21 +0100 Subject: [PATCH] mention docker-compose as option to spin up VM (#97) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d43d6602df..b443152bff 100644 --- a/README.md +++ b/README.md @@ -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.