Cloud computing providers have recently begun o ering container instances, which provide an e cient route to application deployment within a lightweight, isolated and well-de ned execution environment. Cloud providers currently o er Container Service Platforms (CSPs), which support the exible orchestration of containerised applications.Existing CSP frameworks do not o er any form of intelligent resource scheduling: applications are usually scheduled individually, rather than taking a holistic view of all registered applications and available resources in the cloud. is can result in increased execution times for applications, resource wastage through underutilized container-instances, and a reduction in the number of applications that can be deployed, given the available resources.is paper presents a cloud-based Container Management Service (CMS) framework, which o ers increased deployment density, scalability and resource e ciency for containerised applications. CMS extends the state-of-the-art by providing additional functionalities for orchestrating containerised applications by joint optimisation of sets of containerised applications and resource pool on the cloud. We evaluate CMS on a cloud-based CSP i.e., Amazon EC2 Container Management Service (ECS) and conducted extensive experiments using sets of CPU and Memory intensive containerised applications against the direct deployment strategy of Amazon ECS. e results show that CMS achieves up to 25% higher cluster utilisation and up to 2.5 times faster execution times.