This is an automated email from the ASF dual-hosted git repository.
trohrmann pushed a commit to branch dev-master
in repository https://gitbox.apache.org/repos/asf/flink-docker.git
The following commit(s) were added to refs/heads/dev-master by this push:
new af1c77c [hotfix] Fix README.md to properly show docker command
af1c77c is described below
commit af1c77c510b8a02a11b1c9cd3a92cba8df25ac72
Author: Till Rohrmann <[email protected]>
AuthorDate: Wed Jun 16 16:18:45 2021 +0200
[hotfix] Fix README.md to properly show docker command
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 04857d5..6e442f3 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
## Building a custom docker image
1. Compress Flink in `flink-dist/flink-1.11-SNAPSHOT-bin`: `tar czf
flink-1.11.tgz flink-1.11-SNAPSHOT`
-2. Start web server `docker run -it -p 9999:9999 -v `pwd`:/data
python:3.7.7-slim-buster python -m http.server 9999`
+2. Start web server ``docker run -it -p 9999:9999 -v `pwd`:/data
python:3.7.7-slim-buster python -m http.server 9999``
3. Generate `Dockerfile` `./add-custom.sh -u
http://localhost:9999/data/flink-1.11.tgz -n flink-1.11`
(If you are on a Mac or Windows, use `host.docker.internal` instead of
`localhost`)
4. Generate docker image (in `flink-docker/dev/flink-1.11-debian`): `docker
build -t flink:1.11-SN .`