Attacking and securing Docker containers

Mattia Zignale
InfoSec Write-ups
Published in
6 min readFeb 7, 2023

--

Docker Architecture

If you are reading this article I suppose you know how Docker works under the hood, however let’s quickly recap the major concepts:

Docker Client

This is the part that is usually more used by users, the client is the CLI to the Docker daemon and it helps to manage containers, images and registries.

--

--