How to get contents generated by a docker container on the local fileystem (minimal failing example)
问题 This question is a minimal failing version of this other one: How to get contents generated by a docker container on the local fileystem I have the following files: ./test -rw-r--r-- 1 miqueladell staff 114 Jan 21 15:24 Dockerfile -rw-r--r-- 1 miqueladell staff 90 Jan 21 15:23 docker-compose.yml drwxr-xr-x 3 miqueladell staff 102 Jan 21 15:25 html ./test/html: -rw-r--r-- 1 miqueladell staff 0 Jan 21 15:22 file_from_local_filesystem DockerFile FROM php:7.0.2-apache RUN touch /var/www/html/file