aboutsummaryrefslogtreecommitdiff
path: root/src/docker-in-docker
diff options
context:
space:
mode:
Diffstat (limited to 'src/docker-in-docker')
-rw-r--r--src/docker-in-docker/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/docker-in-docker/README.md b/src/docker-in-docker/README.md
index 925b816..8998d37 100644
--- a/src/docker-in-docker/README.md
+++ b/src/docker-in-docker/README.md
@@ -7,9 +7,9 @@ Create child containers *inside* a container, independent from the host's docker
```json
"features": {
- "ghcr.io/devcontainers/features/docker-in-docker:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/docker-in-docker:1": {
+ "version": "latest"
+ }
}
```