From c67f3a774653c85884f87d2deacdd02affc66735 Mon Sep 17 00:00:00 2001 From: Eran Chetz Date: Tue, 16 Apr 2024 17:11:15 +0300 Subject: [PATCH] Update README.md removed reference to "dockers" and update to "docker" dockers == pants docker == container technology --- docker-examples/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-examples/README.md b/docker-examples/README.md index e7f1d09..9de3d38 100644 --- a/docker-examples/README.md +++ b/docker-examples/README.md @@ -1,12 +1,12 @@ --- -title: Building dockers +title: Building Docker nav_order: 6 -description: "Building dockers examples" +description: "Building docker container examples" --- -# Building dockers +# Building a Docker container -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. ## Requirements @@ -149,4 +149,4 @@ apk add -q git /usr/bin/python3 -m pip install --disable-pip-version-check --no-cache-dir --ignore-installed git+https://github.com/RedisLabsModules/RLTest.git@master /usr/bin/python3 -m pip install --disable-pip-version-check --no-cache-dir --ignore-installed git+https://github.com/RedisLabs/RAMP@master /usr/bin/python3 -m pip install --disable-pip-version-check -r tests/requirements.txt -``` \ No newline at end of file +```