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_r361574394
##########
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 suggest to use `docker cp` to get the output to local and then verify.
Using docker volume and mount may cause permission problems when cleanup logs
and output.
However, it is out of the scope of this PR. Maybe you could create another
ticket to track this potential 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