Docker

Reverse Engineer Docker Images into Dockerfiles

...
Reverse Engineer Docker Images into Dockerfiles

TL;DR This article explores how we can reverse engineer Docker images by examining the internals of how Docker images store data, how to use tools to examine the different aspects of the image, and how we can create tools like Dedockify to leverage the Python Docker API to create...

...
CONTINUE READING
Docker

Trapping Hackers with Containerized Deception

...
Trapping Hackers with Containerized Deception

TL;DR This article explores modern honeypots that leverage containerization by walking through the design of a high-interaction honeypot that can use arbitrary Docker containers to lure malicious attacks. Photo by Clint Patterson / Unsplash Introduction While honeypots have been around for a very long time, this article will attempt to...

...
CONTINUE READING
Docker

Raspberry Pi Cluster Emulation With Docker Compose

...
Raspberry Pi Cluster Emulation With Docker Compose

TL;DR This guide discusses everything needed to build a simple, scalable, and fully binary compatible Raspberry Pi cluster using QEMU, Docker, Docker Compose, and Ansible. Introduction The Raspberry Pi is no longer just a low-cost platform for students to learn computing, it's now a legitimate research and development platform...

...
CONTINUE READING