FeatBit is an open-source feature flag management platform.
This is the docker image of the UI of FeatBit, please click here to go to our github repository: https://github.com/featbit/featbit
FeatBit includes a customer UI/Portal. You can use it as the management portal.
The FeatBit UI provides features for managing and updating feature flags, users, rollback, configuration peer reviews, permission management, organization management, audit logs, and many other features.
Three variables could be override by environment variables when running the container:
docker run -d -p 8081:80 -e API_URL="http://localhost:5000" -e DEMO_URL="https://featbit-samples.vercel.app" -e EVALUATION_URL="http://localhost:5100" --name featbit-ui featbitdocker/featbit-ui:latest
Then go to http://localhost:8081
When you put http://localhost:8081 in your browser, by default, the UI will redirect to the language defined by accept-language of the request headers, you can manually switch the language with the language switcher in the UI.
Content type
Image
Digest
sha256:a51bf681d…
Size
131.5 MB
Last updated
about 3 hours ago
docker pull featbit/featbit-ui