Skip to content

Commit 4b0df91

Browse files
authored
Fix docker command (#1984)
renew-anon-volume is not a valid option, but renew-anon-volumes is Signed-off-by: Matei Budiu (Aehmttw) <matei@feldera.com>
1 parent 01abf21 commit 4b0df91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/flink/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ following, or follow these instructions to do them by hand:
5858
1. Start the containers:
5959

6060
```
61-
docker compose -p nexmark up --build --force-recreate --renew-anon-volume
61+
docker compose -p nexmark up --build --force-recreate --renew-anon-volumes
6262
```
6363

6464
To reduce output spew, add `-d` (but sometimes that output can be
6565
informative):
6666

6767
```
68-
docker compose -p nexmark up --build --force-recreate --renew-anon-volume -d
68+
docker compose -p nexmark up --build --force-recreate --renew-anon-volumes -d
6969
```
7070

7171
2. Run tests. You might want to do this from a separate terminal,

0 commit comments

Comments
 (0)