You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm using the container to work on various CakePHP projects. When I run the container and enter bash to create the CakePHP project, all files are owned by root. By default, I cannot write to the created folder structure from a VSCode remote session. I can connect to the host and chown the files which temporarily solves the issue, but as cache files are generated fairly often and the app itself generates files too, I slowly begin losing access again, forcing another chown.
which Branch / PHP Version are you using ?
php74
Expected behavior
Filesystem in container to adhere to host permissions, or the ability to specify a user to run the container context as.
Desktop (please complete the following information):
OS: Windows workstation, connecting to a Ubuntu Server 20.04 server with Docker installed.
Browser: Chrome, Firefox
Docker Version: 20.10.6, build 370c289
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm using the container to work on various CakePHP projects. When I run the container and enter bash to create the CakePHP project, all files are owned by root. By default, I cannot write to the created folder structure from a VSCode remote session. I can connect to the host and chown the files which temporarily solves the issue, but as cache files are generated fairly often and the app itself generates files too, I slowly begin losing access again, forcing another chown.
which Branch / PHP Version are you using ?
php74
Expected behavior
Filesystem in container to adhere to host permissions, or the ability to specify a user to run the container context as.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: