How to module and function with Powershell
For first timer, like me, in Powershell this could be a starting point for quite serious developing. Just to know: Powershell previously was made for Windows automation tasks and was…
VMworld 2016 Europe–Diary of a extreme N00b vExpert
Finally here: after hopes, reading blogs, plans and many fun facts around this event I realized that my first attend to VMworld is not a usual first timer experience. That’s…
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…
I container: perché non usarli?
Gli annunci da parte dei vendor negli ultimi anni vedono apparire i container come la tecnologia definitiva per lo sviluppo delle applicazioni. Le aziende però rimangono restie al cambiamento, negando…
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…
Docker daemon and Ubuntu 16.04 with systemd
Some changes in Ubuntu distribution could impact to docker daemon settings on boot and one of that regards the options in /etc/default/docker. After many test I realize that, the file…
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…