Add image to docker article
This commit is contained in:
parent
324587557a
commit
b45fa27b10
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ title: Container processes shouldn't run as root!
|
||||||
subtitle: \"What's wrong with containers running as root?\"
|
subtitle: \"What's wrong with containers running as root?\"
|
||||||
date: 2020-08-18
|
date: 2020-08-18
|
||||||
tags: [self-hosting, security]
|
tags: [self-hosting, security]
|
||||||
|
image: https://www.threatstack.com/wp-content/uploads/2017/06/docker-cloud-twitter-card.png
|
||||||
---
|
---
|
||||||
|
|
||||||
Docker containers, and containers as a whole, are really just a regular program wrapped in some extra protections provided by the kernel (namely `cgroups` etc) to create isolation, and other interesting features.
|
Docker containers, and containers as a whole, are really just a regular program wrapped in some extra protections provided by the kernel (namely `cgroups` etc) to create isolation, and other interesting features.
|
||||||
|
|
Loading…
Reference in a new issue