Customize LNMPA docker stack project based on Laradock
I feel bored about repeating the development environment setting up process very much these days.
I’ve been managing linux, windows and mac machines and I have tasted LNMP, ONEINSTACK, MAMP, WAMP, laragon, Homestead, phpstudy, valet as well as setting up the environment manually under Virtualbox, vagrant and so on. No common solution at all.
To get rid of the bother once for all, and never ever meet him again, I will compose my own LNMPA stack with docker and docker-compose.
By using docker and docker-compose, it would be practical to use the same stack of files under different OS. And it would be much easier to expand the stack to launch micro-services applications.
Here’s the project’s github repository:
https://github.com/hokhyk/hoklaradock/
I’m also planning to setup a micro service docker stack as well. The repository is https://github.com/hokhyk/hokstack.
Advices, suggestions and help are welcomed~