Closing 2016, a list of talks I gave

Thanks @rais38 for the photo! We are almost at the end of January but I didn’t want to end the first month of the year without doing a small recap of the talks I gave last year. When I moved to Spain at the end of 2015 I said to myself that I didn’t want to forget the little English I knew so I needed to force myself to keep traveling outside of Spain and to do some public speaking.
Read more →

Log your Docker containers from a container with packetbeat

packetbeat is one of the best application performance management tools in the opensource community. It’s now part of the beats that Elastic provide us to monitor our applications. What it does is analyze our data packets to send some useful information to ElasticSearch. After the introduction you probably realize that we will need: ElasticSearch installed and if you want to see something useful you will need Kibana as well. There is a guide for getting started that explains the process pretty clearly.
Read more →

Docker workshop at Shopa

Read more →

How I prepared my Mac to make some Docker development

This post is about how I did it! not about a standard way or something like that, if you use any other way I would be happy to hear it on the comments. I usually use boot2docker on my machine to run container, but it looks like it was misbehaving a little bit when I was trying to create the binary of my dev branch with: $ make binary Actually, it was just not creating it.
Read more →

Dockerizing Pligg with Fig

For a pet project I needed Pligg which is kinda a social network site in the style of the old-digg (with karma and this kind of things). Installing a LAMP system is kinda boring stuff, so, for that and for the sake of learning I decided to go with Docker & Fig. Sadly or luckily, every time that I dockerize something I find a lot of unexpected problems that slow me down, but… you always learn something!
Read more →