[ https://issues.apache.org/jira/browse/FLINK-6303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15975085#comment-15975085 ]
ASF GitHub Bot commented on FLINK-6303: --------------------------------------- Github user patricklucas commented on the issue: https://github.com/apache/flink/pull/3719 Thanks for the PR @mtunique! I actually ran into this today and have a fix [in a branch](https://github.com/patricklucas/flink/tree/FLINK-6330_improve_docker_docs) that I will hopefully open a PR for tomorrow. I had exactly your change, but tweaked it slightly to tolerate being called from sudo. You could either just wait for me to merge that change, or continue with this PR, but please implement the change as I did in the branch I linked above. > Documentation support build in docker on OSX > -------------------------------------------- > > Key: FLINK-6303 > URL: https://issues.apache.org/jira/browse/FLINK-6303 > Project: Flink > Issue Type: Bug > Components: Documentation > Reporter: Tao Meng > Assignee: Tao Meng > Priority: Trivial > > Now docker only support linux. Because {{-v > "/home/$\{USER_NAME}:/home/$\{USER_NAME}"}} only support linux. We need > change {{/home/$\{USER_NAME\}}} to {{$\{HOME\}}}. -- This message was sent by Atlassian JIRA (v6.3.15#6346)