Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.85 KB

README.md

File metadata and controls

43 lines (25 loc) · 1.85 KB

ConfigCat with Docker Sample

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 & Install

  1. Build the extension using the following command:
docker build -t my-extension .
  1. Install the built extension:
docker extension install my-extension
  1. The installed extension displays in your Docker desktop application:

modified-extension-with-switch

Learn more

If you'd like to learn more, check out the following links:

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.

Author

Chavez Harris