[ 
https://issues.apache.org/jira/browse/FLINK-8490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16337832#comment-16337832
 ] 

ASF GitHub Bot commented on FLINK-8490:
---------------------------------------

Github user lishim commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5346#discussion_r163595840
  
    --- Diff: docs/ops/config.md ---
    @@ -508,6 +508,8 @@ May be set to -1 to disable this feature.
     
     - `mesos.resourcemanager.tasks.container.volumes`: A comma separated list 
of `[host_path:]`container_path`[:RO|RW]`. This allows for mounting additional 
volumes into your container. (**NO DEFAULT**)
     
    +- `mesos.resourcemanager.tasks.container.docker.parameters`: Custom 
parameters to be passed into docker run command when using the docker 
containerizer.  Comma separated list of key=value pairs. (**NO DEFAULT**)
    --- End diff --
    
    Fixed


> Allow custom docker parameters for docker tasks on Mesos
> --------------------------------------------------------
>
>                 Key: FLINK-8490
>                 URL: https://issues.apache.org/jira/browse/FLINK-8490
>             Project: Flink
>          Issue Type: Improvement
>          Components: Mesos
>            Reporter: Jörg Schad
>            Priority: Major
>
> It would be great to pass custom parameters to Mesos when using the Docker 
> Containerizer.
> This could be similar to this spark example: 
> `spark.mesos.executor.docker.parameters privileged=true`
>  
> Originally brought up here: 
> https://stackoverflow.com/questions/48393153/passing-custom-parameters-to-docker-when-running-flink-on-mesos-marathon?noredirect=1#comment83777480_48393153



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to