Skip to content

Commit

Permalink
Update docker commands in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffail committed May 30, 2024
1 parent d68ee75 commit 63fbefb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ brew install redpanda-data/tap/redpanda
Or pull the docker image:

```shell
docker pull ghcr.io/redpanda-data/connect
docker pull docker.redpanda.com/redpandadata/redpanda
```

For more information check out the [getting started guide][getting-started].
Expand All @@ -79,10 +79,10 @@ Or, with docker:

```shell
# Using a config file
docker run --rm -v /path/to/your/config.yaml:/connect.yaml ghcr.io/redpanda-data/connect
docker run --rm -v /path/to/your/config.yaml:/connect.yaml docker.redpanda.com/redpandadata/redpanda connect run

# Using a series of -s flags
docker run --rm -p 4195:4195 ghcr.io/redpanda-data/connect \
docker run --rm -p 4195:4195 docker.redpanda.com/redpandadata/redpanda connect run \
-s "input.type=http_server" \
-s "output.type=kafka" \
-s "output.kafka.addresses=kafka-server:9092" \
Expand Down

0 comments on commit 63fbefb

Please sign in to comment.