You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/05/27 03:17:59 UTC

[GitHub] [flink] zentol commented on a change in pull request #12322: [FLINK-17929][docs] Fix invalid liquid expressions

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:
users@infra.apache.org