1. What to use Laradock for?
- To use existed docker file, config in docker
2. How to use Docker Pipeline Plugin?
3. What does Docker Pipeline Plugin include?
4. Compare way to use Laradock for 2 projects
- Way 1: One container
+ Save the volume (case same version nginx, apache, php, mysql, ...)
- Way 2: Two container
+ Ensure consistent version, config and extension (nginx, apache, php, mysql...) from local -> development -> staging -> production
=> Way 2 better
-------------------------
Detailed instructions
Thank you.
No comments:
Post a Comment