#Deploying to Your Mesosphere Cluster with CenturyLink’s Panamax
Panamax is a powerful Docker workflow tool that makes creating containerized applications easy, and deploying them even easier. An open source project from CenturyLink Labs, Panamax allows you to create application templates, configure your containers, test them on your local machine, and deploy your application to remote hosting targets. The Panamax team is happy to announce that a Marathon remote deployment adapter is now available, making it possible to deploy to your Mesosphere cluster with Panamax, right from your browser.
###How Panamax Works Panamax runs locally on your development machine. When you install Panamax, a small virtual machine running CoreOS is booted to hold three Docker containers -- the UI, API, and cAdvisor (for monitoring). When you introduce remote deployments, this local Panamax client will talk to a remote agent and adapter -- running in the target environment -- via SSL.
Starting with local examples, you'll lear