In this article, we will explain why Docker images can contain sensitive information and give some examples of the type of secrets we found in public Docker images. Finally, we will compare our results to the ones we have with source code scanning. (more…)
Read more »
Just because we’re using containers doesn’t mean that we “do DevOps.”
Docker is not some kind of fairy dust that you can sprinkle around
your code and applications to deploy faster. It is only a tool,
albeit a very powerful one. And like every tool, it ca... (more…)
Read more »
Docker and containers are pretty nifty. You can run applications or even OSes inside containers (sort of, it shares a kernel with the host OS and there’s still at least some ways to escape a container to get to the host). The beauty of it to me is how ...
Read more »
Dump Docker container's filesystem to tar archive and covert it to bootable Linux disk image. (more…)
Read more »