This lab uses Alibaba Cloud Elastic Compute Service (ECS). This lab describes the process management in Docker containers. Using one process per container is a recommended pattern in Docker, which is applicable to microservices-based applications that run a single process. However, some traditional applications consist of several tightly coupled processes that are difficult to be split to different containers. Therefore, running multiple processes in a single container is a viable