...I go nuts with that apparently simple issue:
- installed and started a docker on synology DS918 (DSM 7.0.1)
- running the docker via putty works: docker run --rm -v /volume2/myapp/temp:/app dockername (...)
- running that same command via php shell_exec() fails: the mounted path could not be found inside the docker container.
so i´ve tried different mappings of paths - also absolute/relative paths, different settings of quotation marks, different PHP versions..
Where is the difference between a putty and a php session? Thanks in advance!