DevOps
-
Docker Hub Nginx Tutorial
In this tutorial we will see how to take advantage of Docker Hub to deal with Docker images, with an…
Read More » -
What’s New in Docker 1.13
Docker just released version 1.13 of Docker Engine, which is full of new features to make deploying highly available services…
Read More » -
Deploying Docker Images to Amazon EC2 Container Service
In the first post of this series, we discussed how to set up continuous deployment to AWS for your Docker…
Read More » -
Docker Elasticsearch Tutorial
Elasticsearch is a document-oriented, schema-free, distributed search engine based on Apache Lucene. This powerful tool that allows to index a…
Read More » -
Setting Up AWS Authentication Before Deploying Docker Apps
Amazon Web Services (AWS) is one of the most ubiquitous cloud computing providers available today, delivering a seemingly endless suite…
Read More » -
Packer, Ansible and Docker Part 3: Multiple Roles
Previously we modified our setup to use a role from ansible galaxy to install and configure redis. One key thing…
Read More » -
Build Docker Images with Packer and Ansible
Recently someone asked me where a good place is to get started learning tools like docker, packer and ansible. I…
Read More » -
Packer, Ansible and Docker Part 2: Using Ansible Galaxy
Previously we setup packer, docker and ansible to build a very simple docker image that simply placed a file under…
Read More » -
Deploying Docker Apps to Kubernetes with Codeship
In the first post of this series, we introduced using Kubernetes for deployments; in the second, we got started with…
Read More »