Skip to content

Commit 8177fde

Browse files
committed
include note about java version
1 parent 1cf52fd commit 8177fde

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker-init/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
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:
44

5-
> [!NOTE]
6-
> Make sure you have `docker>=20.10` installed.
5+
> **Note**
6+
> Make sure you have `docker >= 20.10` installed.
7+
> Make sure you have `jdk version 11 or 17` installed.
78
89

910
```bash

0 commit comments

Comments
 (0)