diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-11-30 04:10:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-30 04:10:37 +0300 |
commit | 64f0e10fab232f132c566f5c70d419f3106c381b (patch) | |
tree | 930c8a1e80361df570e9400063056e9a4949f23e | |
parent | cf36e7ac3aa76ddf73cdcb082aee4ccdd8b58a08 (diff) |
Automated documentation update (#315)
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
-rw-r--r-- | src/docker-in-docker/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docker-in-docker/README.md b/src/docker-in-docker/README.md index 8ee91ef..58f72c5 100644 --- a/src/docker-in-docker/README.md +++ b/src/docker-in-docker/README.md @@ -7,7 +7,7 @@ Create child containers *inside* a container, independent from the host's docker ```json "features": { - "ghcr.io/devcontainers/features/docker-in-docker:1": {} + "ghcr.io/devcontainers/features/docker-in-docker:2": {} } ``` |