Skip to content

Commit

Permalink
[docs] Update Installation & Deployment > Deploying with Docker
Browse files Browse the repository at this point in the history
Updated code listing titles

Issue alibaba#243
  • Loading branch information
michaelkoepf committed Dec 23, 2024
1 parent 8ba9ed9 commit e6025ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/install-deploy/deploying-with-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,14 +213,14 @@ docker exec -it jobmanager ./sql-client

2. Use the commands below to verify that the cluster works.

```sql title="Flink SQL Client"
```sql title="Flink SQL"
CREATE CATALOG my_fluss WITH (
'type' = 'fluss',
'bootstrap.servers' = 'coordinator-server:9123'
);
```

```sql title="Flink SQL Client"
```sql title="Flink SQL"
USE CATALOG my_fluss;
```

Expand Down Expand Up @@ -538,14 +538,14 @@ docker compose exec jobmanager ./sql-client

2. Use the commands below to verify that the cluster works.

```sql title="Flink SQL Client"
```sql title="Flink SQL"
CREATE CATALOG my_fluss WITH (
'type' = 'fluss',
'bootstrap.servers' = 'coordinator-server:9123'
);
```

```sql title="Flink SQL Client"
```sql title="Flink SQL"
USE CATALOG my_fluss;
```

Expand Down

0 comments on commit e6025ec

Please sign in to comment.