Saturday, 4 May 2024

Laradock in Docker

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?

- Xdebug in Laradock

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

Golang Advanced Interview Q&A