zentol commented on a change in pull request #12322:
URL: https://github.com/apache/flink/pull/12322#discussion_r430292203
##########
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:
```suggestion
docker exec -it $(docker ps --filter name=jobmanager --format={% raw
%}{{.ID}}{% endraw %}) /bin/sh
```
There are a bunch of double-spaces.
----------------------------------------------------------------
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]