From b33c935a05c3c7854dc0c6655ac4dd0566ff3b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Thu, 29 Dec 2022 14:33:34 +0100 Subject: [PATCH 1/2] docs/run: Fix url to blog "Docker can now run within Docker" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski (cherry picked from commit 720a6a823987967a9fd6a7918907b271f8dbee55) Signed-off-by: Sebastiaan van Stijn --- docs/reference/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/run.md b/docs/reference/run.md index 9644ac0258..846d19b36a 100644 --- a/docs/reference/run.md +++ b/docs/reference/run.md @@ -1254,7 +1254,7 @@ executes `docker run --privileged`, Docker will enable access to all devices on the host as well as set some configuration in AppArmor or SELinux to allow the container nearly all the same access to the host as processes running outside containers on the host. Additional information about running with `--privileged` -is available on the [Docker Blog](https://blog.docker.com/2013/09/docker-can-now-run-within-docker/). +is available on the [Docker Blog](https://www.docker.com/blog/docker-can-now-run-within-docker/). If you want to limit access to a specific device or devices you can use the `--device` flag. It allows you to specify one or more devices that From 5069f9f7395bf08a288c10e6388b7d94485c2f10 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Sun, 25 Dec 2022 04:37:28 +0100 Subject: [PATCH 2/2] Missing exec_die event Add also `exec_die` event. Signed-off-by: Melroy van den Berg (cherry picked from commit 946bb9471b5b2c433190517c54b7c6239755cc0f) Signed-off-by: Sebastiaan van Stijn --- docs/reference/commandline/system_events.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/commandline/system_events.md b/docs/reference/commandline/system_events.md index f9d7fe7365..f41cb37108 100644 --- a/docs/reference/commandline/system_events.md +++ b/docs/reference/commandline/system_events.md @@ -39,6 +39,7 @@ Docker containers report the following events: - `die` - `exec_create` - `exec_detach` +- `exec_die` - `exec_start` - `export` - `health_status`