parent
d44bd1f310
commit
8a37ce6c76
@ -1 +1,15 @@
|
||||
# bullet-train-docker
|
||||
# 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/)
|
||||
|
Loading…
Reference in new issue