In this article, I’m going to go through the steps on how I was able to create a Docker Swarm Cluster in Digital Ocean using Docker Machine. Create Digital Ocean Account First of all, you’ll need an account in Digital…
This is a basic development environment setup for Ruby on Rails application with MySQL using Docker and Docker Compose. You can find the instructions on how to install Docker from here. If you are using Docker for Mac/Windows, then Docker Compose is already…
IMPORTANT!Cluster Management in Docker Cloud has been discontinued on May 25. Therefore, instructions below won’t work anymore. I’ll be creating a new article on how to deploy your app in Digital Ocean using Docker Swarm. So stay tuned! In this blog…
This is a basic setup of CakePHP application (specifically for version 2.x) with Docker. There are a lot more things you can do with Docker. This article is to help you get started. You may download the final result of…