From 8a37ce6c760ad1cf2a86d2985333eefb7a305e32 Mon Sep 17 00:00:00 2001 From: Ben Rometsch Date: Mon, 1 Jun 2020 12:01:13 +0100 Subject: [PATCH] Added readme --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b3fb62..71a9c57 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -# bullet-train-docker \ No newline at end of file +# Bullet Train in Docker + +You can use this repo to set up an entire Bullet Train environment locally. Just clone the repo and run docker-compose: + +```bash +git clone https://github.com/BulletTrainHQ/bullet-train-docker.git +docker-compose up +``` + +Wait for the images to download and run, then visit `http://localhost:8080/`. As a first step, you will need to create a new account. + +For more information, please visit: + +- [Bullet Train Feature Flag Homepage](https://www.bullet-train.io) +- [Bullet Train Documentation](https://docs.bullet-train.io/)