-
If you plan to use
xDebugtool to debug your PHP code, follow the guide that can be found here -
If you want to use one or more cronjobs, create one or more
.jobfiles indocker/workspace/cron-jobsfolder. Each of them will be loaded when the environment starts. -
If you have to add one or more Supervisor programs, create one or more
.conffiles indocker/workspace/supervisor-programsfolder. Each of them will be loaded when the environment starts. -
If you want to load your ssh key into the workspace container, copy the
id_rsaandid_rsa.pubinto thedocker/workspace/ssh-keysfolder: they will be loaded by the environment once it is built. If the keys for some reasons were not loaded, run in the terminal insideworkspacecontainer:eval `ssh-agent -s` ssh-add /root/.ssh/id_rsa
-
If you want to load your ssl certificates to access your project through HTTPS, copy your
crtfile asserver.crtand your.keyfile asserver.keyinto thedocker/workspace/ssl-certificatesfolder and they will be loaded by the environment.
This repository was archived by the owner on Apr 29, 2024. It is now read-only.