Practical Docker for Security Admins

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 …

Similar

Docker Personal Subscription

As the pioneer in container-based application development technology, Docker has revolutionized how developers build, share and run applications. Docker Personal makes the Docker platform accessible to individuals, students and educators, non-profit organ... (more…)

Read more »

Vouching for Docker Images

If you were using computers in the ‘90s and the early 2000s, you probably had the experience of installing a piece of software you downloaded from the internet, only to discover that someone put some nasty into it, and now you’re dragging your computer to... (more…)

Read more »

Manipulating Signed Docker Images

Recently I looked at Docker Content Trust (DCT) more closely and was surprised to find out that I can manipulate signed images locally on disk! This is because the packed image is signed. After the image is pulled, it gets unpacked and there is no signat... (more…)

Read more »