I needed to transfer a docker container that I’d built on one machine, to another, and all I had was an SSH connection. (more…)
Read more »
Google Compute Engine has a feature that lets you launch a VM running specific Docker image. I’ve been using that to build DebugBear, a website monitoring tool for developers. (more…)
Read more »
Introduction My first encounter with docker goes back to early 2015. Docker was experimented with to find out whether it could benefit us. At the time it wasn’t possible to run a container [i…
Read more »
In last few posts of our kubernetes series, we discussed about the various abstractions available in the framework. In next set of posts, we will be
building a spark cluster using those abstractions. As part of the cluster setup, we will discuss how to us... (more…)
Read more »
In my last post "Docker for Automating Honeypots or Malware Sandboxes" some people were worried about Docker not being safe enough to use it as a malware sandbox, at least for now, given for example the article From webshell to docker container escape wit...
Read more »