From 593c42e79b94a56bcf48dbfe4001cc3fdbd14ba1 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Thu, 1 Aug 2019 15:04:58 -0700 Subject: [PATCH] Add a short blurb linking to the "dind-rootless" PR Given that this is an experimental feature, I think it's reasonable to link to the PR itself as documentation (I've marked as "resolved" several distracting discussions there so the discussion and examples are easy to follow). --- docker/content.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker/content.md b/docker/content.md index 4c8a2675b..05269f95e 100644 --- a/docker/content.md +++ b/docker/content.md @@ -188,6 +188,10 @@ $ docker run --privileged --name some-docker -d \ %%IMAGE%%:dind --storage-driver overlay2 ``` +## Rootless + +For more information about using the experimental "rootless" image variants, see [docker-library/docker#174](https://github.com/docker-library/docker/pull/174). + ## Where to Store Data Important note: There are several ways to store data used by applications that run in Docker containers. We encourage users of the `%%REPO%%` images to familiarize themselves with the options available, including: