Commit d926879
[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]>1 parent b0667c5 commit d926879
File tree
4 files changed
+60
-3
lines changed- src/docker-in-docker
- test/docker-in-docker
4 files changed
+60
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
468 | 469 | | |
469 | 470 | | |
470 | 471 | | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
471 | 489 | | |
472 | 490 | | |
473 | 491 | | |
| |||
480 | 498 | | |
481 | 499 | | |
482 | 500 | | |
| 501 | + | |
483 | 502 | | |
484 | 503 | | |
485 | 504 | | |
486 | 505 | | |
487 | | - | |
| 506 | + | |
488 | 507 | | |
489 | 508 | | |
490 | 509 | | |
| |||
562 | 581 | | |
563 | 582 | | |
564 | 583 | | |
565 | | - | |
| 584 | + | |
566 | 585 | | |
567 | 586 | | |
568 | 587 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
11 | 20 | | |
12 | 21 | | |
13 | 22 | | |
| |||
0 commit comments