A companion repository for the blog article titled: How to Use ConfigCat Feature Flags with Docker.
This sample repository contains the code for a demo Docker desktop extension. It includes the code and dependencies required to successfully use a feature flag to hide and show a child component of the extension.
- Build the extension using the following command:
docker build -t my-extension .
- Install the built extension:
docker extension install my-extension
- The installed extension displays in your Docker desktop application:
If you'd like to learn more, check out the following links:
- Docker extensions Quickstart
- ConfigCat React SDK Reference
- Custom cache implementation with ConfigCat
- How to use ConfigCat with Redis
ConfigCat also supports many other frameworks and languages. Check out the full list of supported SDKs here.
You can also explore other code samples for various languages, frameworks, and topics here in the ConfigCat labs on GitHub.
Keep up with ConfigCat on Twitter, Facebook, LinkedIn, and GitHub.