Unverified Commit eef35a43 authored by Samruddhi Khandale's avatar Samruddhi Khandale Committed by GitHub

Rename "docker-from-docker" to "docker-outside-of-docker" (#373)

* Rename to "docker-outside-of-docker"

* rename test folder
parent 6c76a7b4
...@@ -18,7 +18,7 @@ jobs: ...@@ -18,7 +18,7 @@ jobs:
"common-utils", "common-utils",
"conda", "conda",
"desktop-lite", "desktop-lite",
"docker-from-docker", "docker-outside-of-docker",
"docker-in-docker", "docker-in-docker",
"dotnet", "dotnet",
"git", "git",
...@@ -71,7 +71,7 @@ jobs: ...@@ -71,7 +71,7 @@ jobs:
"common-utils", "common-utils",
"conda", "conda",
"desktop-lite", "desktop-lite",
"docker-from-docker", "docker-outside-of-docker",
"docker-in-docker", "docker-in-docker",
"dotnet", "dotnet",
"git", "git",
......
...@@ -18,7 +18,7 @@ jobs: ...@@ -18,7 +18,7 @@ jobs:
common-utils: ./**/common-utils/** common-utils: ./**/common-utils/**
conda: ./**/conda/** conda: ./**/conda/**
desktop-lite: ./**/desktop-lite/** desktop-lite: ./**/desktop-lite/**
docker-from-docker: ./**/docker-from-docker/** docker-outside-of-docker: ./**/docker-outside-of-docker/**
docker-in-docker: ./**/docker-in-docker/** docker-in-docker: ./**/docker-in-docker/**
dotnet: ./**/dotnet/** dotnet: ./**/dotnet/**
git: ./**/git/** git: ./**/git/**
......
{ {
"id": "docker-from-docker", "id": "docker-outside-of-docker",
"version": "1.0.8", "version": "1.0.9",
"name": "Docker (Docker-from-Docker)", "name": "Docker (docker-outside-of-docker)",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/docker-from-docker", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/docker-outside-of-docker",
"description": "Re-use the host docker socket, adding the Docker CLI to a container. Feature invokes a script to enable using a forwarded Docker socket within a container to run Docker commands.", "description": "Re-use the host docker socket, adding the Docker CLI to a container. Feature invokes a script to enable using a forwarded Docker socket within a container to run Docker commands.",
"options": { "options": {
"version": { "version": {
...@@ -50,5 +50,8 @@ ...@@ -50,5 +50,8 @@
], ],
"installsAfter": [ "installsAfter": [
"ghcr.io/devcontainers/features/common-utils" "ghcr.io/devcontainers/features/common-utils"
],
"legacyIds": [
"docker-from-docker"
] ]
} }
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"image": "mcr.microsoft.com/devcontainers/base", "image": "mcr.microsoft.com/devcontainers/base",
"remoteUser": "vscode", "remoteUser": "vscode",
"features": { "features": {
"docker-from-docker": { "docker-outside-of-docker": {
"version": "latest" "version": "latest"
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment