Docker
-
DevOps
Continuous Deployment circleci, AWS (Elastic Beanstalk), Docker
Introduction We run some of our services in Docker container, under Elastic Beanstalk (EB). We use circleci for our CI…
Read More » -
DevOps
Jenkins setups for Kubernetes and Docker Workflow
Intro During the summer I had the chance to play a little bit with Jenkins inside Kubernetes. More specifically I…
Read More » -
DevOps
Configuration Management in the Docker World
Anyone managing more than a few servers can confirm that doing such a task manually is a waste of time…
Read More » -
DevOps
Running a Private Docker Registry on EC2
Docker provides an open source registry implementation called “Distribution,” making it simple for anyone to run a private Docker registry.…
Read More » -
DevOps
Using Docker to Build Debian Packages
Building Debian packages isn’t always fun. If you’ve ever tried to turn some software into a .deb package, chances are…
Read More » -
DevOps
Easily generate SSL certificates and htpasswd files with Docker
So you don’t have installed OpenSSL or apache2-utils on your laptop, but you have Docker installed and you want to…
Read More » -
DevOps
Creating a Cross-platform Docker Development Environment
How many times have you read this statement: “The great thing about Docker is that your developers run the exact…
Read More » -
DevOps
Docker Toolbox
One of the new features introduced in Docker 1.8 is Docker Toolbox. What is this toolbox? The Docker Toolbox is…
Read More » -
DevOps
Getting started with Docker from a developer point of view: how to build an environment you can trust
Lately I have spent a lot of thoughts on building repeatable processes that can be trusted. I think that there…
Read More »