This document discusses how Solaris containers can be used to consolidate applications by providing isolation and allocating resources. It explains that Solaris containers use zones and resource pools to partition a single Solaris operating system instance. Zones isolate applications by providing separate namespaces, while resource pools allocate CPU resources. The document demonstrates how an email server can be isolated with its own dedicated resource pool, while two web servers share another pool and are further isolated using shares allocated by the fair share scheduler.