Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docker-init/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

This directory holds code to setup docker containers for dynamoDB, a spark master, and a spark worker. It also creates a container which contains a parquet table with example data containing anomolies. To start, run:

> [!NOTE]
> Make sure you have `docker>=20.10` installed.
> **Note**
> Make sure you have `docker >= 20.10` installed.
> Make sure you have `jdk version 11 or 17` installed.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i've linked it to the devnotes section


```bash
Expand Down