Skip to content

Commit

Permalink
doc(tester): Link to the updated docker image for the testers
Browse files Browse the repository at this point in the history
  • Loading branch information
shivangisingh172 committed Sep 9, 2024
1 parent b923826 commit 79f45c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/connector-tester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## How To Run

1. Pull the latest docker image from [fivetrandocker/sdk-connector-tester](https://hub.docker.com/repository/docker/fivetrandocker/sdk-connector-tester/general) on Docker Hub
1. Pull the latest docker image from [fivetrandocker/fivetran-sdk-tester](https://hub.docker.com/repository/docker/fivetrandocker/fivetran-sdk-tester/general) on Docker Hub

2. Run a container using the image with the following command. Make sure to map a local directory for storing files that the tool generates by replacing `<local-data-folder>` in the command, and replace <version> with the version of the image you pulled.

Expand Down
2 changes: 1 addition & 1 deletion tools/destination-tester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- gRPC server is running for the particular example (see [example readme's](/examples/destination/))

## How To Run
1. Pull the latest docker image from [fivetrandocker/sdk-destination-tester](https://hub.docker.com/repository/docker/fivetrandocker/sdk-destination-tester/general) on Docker Hub.
1. Pull the latest docker image from [fivetrandocker/fivetran-sdk-tester](https://hub.docker.com/repository/docker/fivetrandocker/fivetran-sdk-tester/general) on Docker Hub.

2. Run a container using the image with the following command. Make sure to map a local directory for the tool by replacing `<local-data-folder>` placeholders in the command, and replace `<version>` with the version of the image you pulled.

Expand Down

0 comments on commit 79f45c4

Please sign in to comment.