Skip to content

A companion repository for the blog article titled: How to Use ConfigCat Feature Flags with Docker

Notifications You must be signed in to change notification settings

configcat-labs/configcat-with-docker-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A companion repository for the blog article titled: How to Use ConfigCat Feature Flags with Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published