Merge pull request #683 from jzonthemtn/682-docker-image-name

#682: Fixing docker image name.
This commit is contained in:
Naarcha-AWS 2022-06-20 13:35:10 -05:00 committed by GitHub
commit 2e6f38487d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 ```bash
docker run --name data-prepper -v /full/path/to/pipelines.yaml:/usr/share/data-prepper/pipelines.yaml \ 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 \ /full/path/to/data-prepper-config.yaml:/usr/share/data-prepper/data-prepper-config.yaml \
opensearchproject/opensearch-data-prepper:latest opensearchproject/data-prepper:latest
```` ````