<iframe src="//www.googletagmanager.com/ns.html?id=GTM-MBJN56" height="0" width="0" style="display:none;visibility:hidden">

Adam Carruthers

Recent Posts

How to deploy Containers on cloud.ca with Docker Machine

Dec 22, 2017 by Adam Carruthers

You’ve run containers locally, so running them remotely is just a matter of SSHing into a machine and running your container there instead, right? What happens when that machine is at capacity? Clearly you need to add another host, but stringing together API calls to create a remote host, install Docker on it, push Docker images to it, and finally run them can be a bit of a hassle.

Continued

Orchestrating Containers on cloud.ca with Rancher

May 23, 2017 by Adam Carruthers

Getting up and running with container orchestration can be challenging. Luckily, cloud.ca has you covered: we’ve integrated with Rancher to make deploying containers on cloud.ca a snap. By the end of this guide, you’ll have a multi-host container environment running on cloud.ca.

Continued