Skip to main content

Posts

Showing posts with the label docker

Rancher 1.6 on Macbook

Introduction Installing Rancher 1.6 on your Macbook should be straight forward. In my case it was not as easy as I thought because of version compatibility between Docker and Rancher. Here are my steps, enjoy. Install Docker Toolbox in your Macbook First of all Rancher 1.6 does not support Docker for Mac , so instead you need Docker Toolbox for Mac . Check this page for differences between Docker for Mac and Docker Toolbox for Mac . One important point at the time you install Docker Toolbox for Mac: you need to get the correct version of the supported Docker. Rancher 1.6 supports some Docker versions. You can check the list on this support page . If you are trying for the first time please get the Community Edition (ce) of Docker. Here is a functional example: Docker Toolbox for Mac Version 17.06.0-ce. Download:  https://github.com/docker/toolbox/releases/tag/v17.06.0-ce Get the .pkg file for Macbook Be careful: Docker Toolbox always downloads the current Docker ver...

Platform as a Service: What Should We Choose?

Today if you want to deploy your webapp or webservice you first think to do this in the cloud by using PaaS (Platform as a Service). The problem is you have many alternatives in this area: - Microsoft Azure: http://azure.microsoft.com - Google AppEngine: https://cloud.google.com/appengine - Amazon AWS (Elastic Beanstalk): http://aws.amazon.com/elasticbeanstalk - Heroku (from salesforce): https://www.heroku.com - OpenShift (RedHat): https://developers.openshift.com - CloudFoundry (Pivotal): https://run.pivotal.io The problem: what PaaS should you choose? This presentation helps a bit: http://goo.gl/dGnpGP BTW.: if you want to run Docker, AWS Elastic Beanstalk is the easiest way to do: http://goo.gl/mtMk5J  It would be nice to hear your opinions! Cheers, Lofi