Skip to content

Commit

Permalink
Merge pull request #33 from eranchetz/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
swilly22 authored Apr 24, 2024
2 parents 9c08982 + c67f3a7 commit 4b5032b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-examples/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
```
```

0 comments on commit 4b5032b

Please sign in to comment.