wangyang0918 commented on a change in pull request #10695: [hotfix] Remove the
useless stage in Mesos dockerfile
URL: https://github.com/apache/flink/pull/10695#discussion_r361574795
##########
File path:
flink-end-to-end-tests/test-scripts/docker-mesos-cluster/docker-compose.yml
##########
@@ -53,7 +53,6 @@ services:
networks:
- docker-mesos-cluster-network
volumes:
- - /var/run/docker.sock:/var/run/docker.sock
- ${END_TO_END_DIR}:${END_TO_END_DIR}
Review comment:
I think we need to avoid `privileged container` as much as possible too.
Since it may cause the same problem.
----------------------------------------------------------------
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]
With regards,
Apache Git Services