The application server may be instanciated from cakephp itself, but the requirements include a php installation which may result in a different experience when in production server because PHP version might differ from local machine ans from the target docker image provided .. when on a old configuration where virtualisation is not possible, that's cake PHP still available (cake server) , but...
...A better reliable alternative, as of latest released code, is to have a VM running docker containers files to serve php fpm and apache locally .
The application server may be instanciated from cakephp itself, but the requirements include a php installation which may result in a different experience when in production server because PHP version might differ from local machine ans from the target docker image provided .. when on a old configuration where virtualisation is not possible, that's cake PHP still available (cake server) , but...
...A better reliable alternative, as of latest released code, is to have a VM running docker containers files to serve php fpm and apache locally .