Skip to content

Commit

Permalink
Fix examples/docker/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinocchiaro committed Aug 20, 2024
1 parent 9d4d82a commit 7136e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The image is built by deriving the official [Lightstreamer Docker image](https:/
1. Copy into the [`resources`](resources/) folder any customizable Kafka Connector resource, such as:
- `adapters.xml`
- `log4j.properties` (or any other referenced log configuration file)
- Loocal schema, key store, and trust store files referenced in `adapters.xml`
- Local schema, key store, and trust store files referenced in `adapters.xml`

2. Run the following:

Expand All @@ -30,7 +30,7 @@ The image is built by deriving the official [Lightstreamer Docker image](https:/
3. Check that the image has been created:

```sh
$ docker image ls kafka-connector-<version>
$ docker image ls lightstreamer-kafka-connector-<version>

REPOSITORY TAG IMAGE ID CREATED SIZE
lightstreamer-kafka-connector-<version> latest f77fc60f7892 13 minutes ago 602MB
Expand Down

0 comments on commit 7136e77

Please sign in to comment.