#682: Fixing docker image name.

Signed-off-by: jzonthemtn <jeff.zemerick@mtnfog.com>
This commit is contained in:
jzonthemtn 2022-06-16 15:15:34 -04:00
parent bc943b3304
commit faae3208f0
1 changed files with 1 additions and 1 deletions

View File

@ -149,5 +149,5 @@ To configure the Data Prepper server, run Data Prepper with the additional yaml
```bash
docker run --name data-prepper -v /full/path/to/pipelines.yaml:/usr/share/data-prepper/pipelines.yaml \
/full/path/to/data-prepper-config.yaml:/usr/share/data-prepper/data-prepper-config.yaml \
opensearchproject/opensearch-data-prepper:latest
opensearchproject/data-prepper:latest
````