We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71be5f3 + 3452ec0 commit a799082Copy full SHA for a799082
1 file changed
README.md
@@ -39,6 +39,12 @@ Apache Flink Web UI is now available at `localhost:8081`
39
40
To Access the SQL CLI, execute
41
42
+It could be done via one-line command
43
+```
44
+docker exec -it $(docker ps -qlf name=sql-cli-for-apache-flink-docker_sql-client) /opt/sql-client/sql-client.sh
45
46
+
47
+Or step by step instructions
48
```
49
docker ps
50
@@ -61,7 +67,7 @@ docker exec -it <CONTAINER_ID> /bin/bash
61
67
Finally execute
62
68
63
69
64
-./sql-cli.sh
70
+./sql-client.sh
65
71
66
72
73
This will popup Flink sql cli
0 commit comments