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

Publish npm package

  Để publish   pav-kit  lên NPM, bạn hãy làm theo các bước dưới đây. Tôi đã tạo thêm file  index.js  để đảm bảo gói tin hợp lệ. Bước 1: Tạo ...