You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[docker-in-docker] - toggle ip6tables settings value as option (#1068)
* [docker-in-docker] - toggle ip6tables settings value as option
* Update src/docker-in-docker/devcontainer-feature.json
Co-authored-by: Samruddhi Khandale <[email protected]>
* Update src/docker-in-docker/devcontainer-feature.json
Co-authored-by: Samruddhi Khandale <[email protected]>
* ip6tables - can be toggled
* changes as requested
* change to add test file..
* changes for docker_build_older test passing
* misc change
* CHANGE
* chg
* minor change to make tests pass
* for sh compatibility
* change for version
* small change
* few imp. changes
* few changes
* for test passing
* minor commit
* version added to a test scenario
* changes
* LOGIC was moved outside the init file for faster initialization times
* changes
* logic updated !
* chg
* default value to be null
* changes as suggested in review comments..
* by mistake
* another small change
* requested changes in comments (review pr)
* change as requested
* changes as suggested in review comments
* Update src/docker-in-docker/install.sh
Co-authored-by: Samruddhi Khandale <[email protected]>
---------
Co-authored-by: Samruddhi Khandale <[email protected]>
"description": "Create child containers *inside* a container, independent from the host's docker instance. Installs Docker extension in the container along with needed CLIs.",
@@ -55,6 +55,11 @@
55
55
"type": "boolean",
56
56
"default": true,
57
57
"description": "Install Compose Switch (provided docker compose is available) which is a replacement to the Compose V1 docker-compose (python) executable. It translates the command line into Compose V2 docker compose then runs the latter."
58
+
},
59
+
"disableIp6tables": {
60
+
"type": "boolean",
61
+
"default": false,
62
+
"description": "Disable ip6tables (this option is only applicable for Docker versions 27 and greater)"
0 commit comments