-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #33
Update README.md #33
Conversation
removed reference to "dockers" and update to "docker" dockers == pants docker == container technology
WalkthroughThe recent changes focus on updating the README.md in the docker-examples directory. The title was modified for clarity and specificity, and the description now better outlines the process of building a Docker container using scripts from the readies repository and Dockerfile examples generated by the FalkorDB build system. Changes
Possibly related issues
Recent Review DetailsConfiguration used: CodeRabbit UI Files selected for processing (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 3
@@ -1,12 +1,12 @@ | |||
--- | |||
title: Building dockers | |||
title: Building Docker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refine the title to accurately reflect the content.
- title: Building Docker
+ title: Building a Docker Container
This change aligns the title with the updated terminology and the detailed description provided in the README.
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.
title: Building Docker | |
title: Building a Docker Container |
nav_order: 6 | ||
description: "Building dockers examples" | ||
description: "Building docker container examples" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Capitalize "Docker" in the description for consistency.
- description: "Building docker container examples"
+ description: "Building Docker container examples"
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.
description: "Building docker container examples" | |
description: "Building Docker container examples" |
|
||
The dockerfile examples in this directory are generated by the FalkorDB build system. The build uses a [python script](https://github.com/RedisLabsModules/readies/blob/master/bin/dockerwrapper), to generate a dockerfile, on a per-platform basis, and build dockers from that. The dockerfile, calls various scripts from the [readies](https://github.com/redislabsmodules/readies) in order to further abstract everything away. | ||
The Dockerfile examples in this directory are generated by the FalkorDB build system. The build uses a [python script](https://github.com/RedisLabsModules/readies/blob/master/bin/dockerwrapper), to generate a dockerfile, on a per-platform basis, and build a docker container from that. The dockerfile, calls various scripts from the [readies](https://github.com/redislabsmodules/readies) in order to further abstract everything away. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refine the description for clarity and grammatical accuracy.
- The Dockerfile examples in this directory are generated by the FalkorDB build system. The build uses a [python script](https://github.com/RedisLabsModules/readies/blob/master/bin/dockerwrapper), to generate a dockerfile, on a per-platform basis, and build a docker container from that. The dockerfile, calls various scripts from the [readies](https://github.com/redislabsmodules/readies) in order to further abstract everything away.
+ The Dockerfile examples in this directory are generated by the FalkorDB build system using a [Python script](https://github.com/RedisLabsModules/readies/blob/master/bin/dockerwrapper). This script generates a Dockerfile for each platform and builds a Docker container. The Dockerfile utilizes scripts from the [readies repository](https://github.com/redislabsmodules/readies) to abstract the process.
This change improves readability and corrects the casing of "Dockerfile" and "Python," while also making the sentence more concise.
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.
The Dockerfile examples in this directory are generated by the FalkorDB build system. The build uses a [python script](https://github.com/RedisLabsModules/readies/blob/master/bin/dockerwrapper), to generate a dockerfile, on a per-platform basis, and build a docker container from that. The dockerfile, calls various scripts from the [readies](https://github.com/redislabsmodules/readies) in order to further abstract everything away. | |
The Dockerfile examples in this directory are generated by the FalkorDB build system using a [Python script](https://github.com/RedisLabsModules/readies/blob/master/bin/dockerwrapper). This script generates a Dockerfile for each platform and builds a Docker container. The Dockerfile utilizes scripts from the [readies repository](https://github.com/redislabsmodules/readies) to abstract the process. |
@eranchetz thanks for the PR, please CodeRabbit comments. |
Hi @eranchetz! thank you for contributing :) |
removed reference to "dockers" and update to "docker" dockers == pants
docker == container technology
Summary by CodeRabbit