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.
This allows data to persist between Docker container restarts.
After starting the container you can visit http://127.0.0.1:8080 to view the
application.
Flipt runs without the root user in the Docker container.
Configuration
A default configuration file is included within the image. To supply a custom configuration, update thedocker run command to mount your local configuration into the container: