The simplest way to run Flipt is via Docker. This streamlines the installation and configuration by using a reliable runtime.Documentation Index
Fetch the complete documentation index at: https://flipt-grpc-conn-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Docker installation is required on the host, see the official installation docs.Flipt requires Docker Engine version
20.10 or higher.
Running
$HOME/flipt.
$HOME/flipt is just used as an example, you can use any directory you would
like on the host.| Host location | Container location | Purpose |
|---|---|---|
| $HOME/flipt | /var/opt/flipt | For storing application data |
Flipt runs without the root user in the Docker container.
Configuration
A default configuration file within the image. To supply a custom configuration, update thedocker run command to mount your local configuration into the container