Skip to content

Commit

Permalink
Update installing-si-using-docker.md
Browse files Browse the repository at this point in the history
Update typo in docker run instruction
  • Loading branch information
raymondsquared authored Aug 11, 2024
1 parent 669d512 commit 648c5d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ docker pull wso2/streaming-integrator:1.0.0
To run WSO2 Streaming Integrator, issue the following command.

```
docker run -it wso2/streaming-integrator/1.0.0
docker run -it wso2/streaming-integrator:1.0.0
```

!!! tip
Expand All @@ -43,4 +43,4 @@ docker run -it wso2/streaming-integrator/1.0.0
wso2/streaming-integrator
```

For more details about the ports in Streaming Integrator, see [Configuring Default Ports]({{base_path}}/install-and-setup/setup/si-setup/configuring-default-ports).
For more details about the ports in Streaming Integrator, see [Configuring Default Ports]({{base_path}}/install-and-setup/setup/si-setup/configuring-default-ports).

0 comments on commit 648c5d8

Please sign in to comment.