This is an automated email from the ASF dual-hosted git repository.
wanglijie pushed a commit to branch release-1.17
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.17 by this push:
new 88d783e5c34 [hotfix][docs] Remove duplicate sentence in docker
deployment documentation
88d783e5c34 is described below
commit 88d783e5c342dd7f28c68756d4091f447f1e5841
Author: Kaiqi Dong <[email protected]>
AuthorDate: Thu May 18 16:41:55 2023 +0200
[hotfix][docs] Remove duplicate sentence in docker deployment documentation
This closes ##22450
---
docs/content/docs/deployment/resource-providers/standalone/docker.md | 1 -
1 file changed, 1 deletion(-)
diff --git
a/docs/content/docs/deployment/resource-providers/standalone/docker.md
b/docs/content/docs/deployment/resource-providers/standalone/docker.md
index ef2e9ed1903..b941b8f834c 100644
--- a/docs/content/docs/deployment/resource-providers/standalone/docker.md
+++ b/docs/content/docs/deployment/resource-providers/standalone/docker.md
@@ -414,7 +414,6 @@ services:
```
and reference it (e.g via the `build`) command in the Dockerfile.
- and reference it (e.g via the `build`) command in the Dockerfile.
SQL Commands like `ADD JAR` will not work for JARs located on the host
machine as they only work with the local filesystem, which in this case is
Docker's overlay filesystem.
## Using Flink Python on Docker