dawidwys commented on a change in pull request #12322:
URL: https://github.com/apache/flink/pull/12322#discussion_r430377423
##########
File path: docs/ops/deployment/docker.md
##########
@@ -334,7 +334,7 @@ The next chapters show examples of configuration files to
run Flink.
* Access the *Flink Master* container
```sh
- docker exec -it $(docker ps --filter name=jobmanager --format={{.ID}})
/bin/sh
+ docker exec -it $(docker ps --filter name=jobmanager --format={% raw
%}{{.ID}}{% endraw %}) /bin/sh
Review comment:
Sorry for that, missed it when copying from jekyll's docs. Will remove
it while merging.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]