From 4b61257fe7574a6585e196178759f4dccb8ad137 Mon Sep 17 00:00:00 2001 From: Chavez Harris Date: Tue, 20 Jun 2023 20:18:24 -0300 Subject: [PATCH] Update --- README.md | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94263e0..fc283f0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,39 @@ # ConfigCat with Docker Sample -A companion repository for the blog article titled: Using ConfigCat with Docker + +A companion repository for the blog article titled: **Using ConfigCat 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: + +```sh +docker build -t my-extension . +``` + +2. Install the built extension: + +```sh +docker extension install my-extension +``` + +## Learn more + +If you'd like to learn more, check out the following links: + +- [Docker extensions Quickstart](https://docs.docker.com/desktop/extensions-sdk/quickstart/) +- [ConfigCat React SDK Reference](https://configcat.com/docs/sdk-reference/react/) +- [Custom cache implementation with ConfigCat](https://configcat.com/docs/sdk-reference/react/#using-custom-cache-implementation) +- [How to use ConfigCat with Redis](https://configcat.com/blog/2023/06/05/how-to-use-configcat-with-redis/) + +[**ConfigCat**](https://configcat.com) also supports many other frameworks and languages. Check out the full list of supported SDKs [here](https://configcat.com/docs/sdk-reference/overview/). + +You can also explore other code samples for various languages, frameworks, and topics here in the [ConfigCat labs](https://github.com/configcat-labs) on GitHub. + +Keep up with ConfigCat on [Twitter](https://twitter.com/configcat), [Facebook](https://www.facebook.com/configcat), [LinkedIn](https://www.linkedin.com/company/configcat/), and [GitHub](https://github.com/configcat). + +## Author + +[Chavez Harris](https://github.com/codedbychavez) +