1. Make apache and php images respectively 2. Install docker and compose on the new machine 3. Use compose management to start apache and php images You can refer to https://www.centos.bz/2017/02.. .
In an online environment, we generally use container orchestration and scheduling tools, such as rancher/kubernetes and other tools to schedule containers
1. Run respective images
2. Use docker-machine to dockerize your host
3. Use docker-compose to manage multiple containers (example)
4. Collect docker logs
5. Security aspects
6. Deploy Gitlab , Docker Registry automatically builds app images and deploys
1. Make apache and php images respectively
2. Install docker and compose on the new machine
3. Use compose management to start apache and php images
You can refer to https://www.centos.bz/2017/02.. .
In an online environment, we generally use container orchestration and scheduling tools, such as rancher/kubernetes and other tools to schedule containers