Tech tip: deploy NGINX in container with client certificate verification
In this post I’m going to show how prepare and deploy certificate and CA for web server NGINX and deploy client certificate to authorize web clients to access in a…
CloudConf 2017
News coming these days about cloud solutions and devops sees Amazon, Google, Microsoft like the biggest players of the world providing a better place to devops. More and more applications…
Tech Tip: docker logs
This tech tip regards logging file handling and its troubleshooting. About docker logging Every container (linux based), places its stdout to a log file located in /var/lib/docker/container/<container_inspect_id>/<file>-json.log . Every time…
3-2-1 Code in container – Un evento sui container presso COBOX (21/2/2017)
Cari sviluppatori, è arrivato il momento di fare il punto sulle cloud native application e in modo particolare su una delle tecnologie che abilitano alle costruzione di applicazioni di ultima…
Finally Docker comes to Windows
In these days, and after 5 years of development (test and beta included), windows server 2016 GA is available for download. One of the coolest staff of this release is…
The making of WordPress Docker Image
The next era of portability is called Docker. IMHO Old and new application should be developed keeping in mind the separation between application and data, and in my coaching experience…
Monitoring docker with zabbix
Monitoring docker host could be a painful operation that could require too much configurations under every container that are running in the same host. In my case if you are…
From dev to production with docker and vCloud Air
Developing through containers is not only a fashion wave for coding in your PC/MAC (aka devbox) using library limitless, but a real opportunity to operate from dev to production environemnts…
Integrating VMware vDatacenter with python (the docker method) – Part 1
This how-to shows how to write a simple python code to retreive informations about a vDatacenter resources consumption. Python could use 2 method: hard using vSphere rest api easy by…