forked from devcontainers/features
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docker-in-docker] - issue devcontainers#1202 solution - moby=false, …
…holds configured docker-ce and docker-ce-cli version (devcontainers#1215) * [docker-in-docker] - issue devcontainers#1202 solution - moby=false, holds configured docker-ce and docker-ce-cli version * test case for scenario of issue --------- Co-authored-by: Daniel Doyle <[email protected]>
- Loading branch information
1 parent
28b75a6
commit c31723d
Showing
3 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/bin/bash | ||
|
||
# Optional: Import test library | ||
source dev-container-features-test-lib | ||
|
||
check "docker-ce" bash -c "docker --version" | ||
check "docker-ce-cli" bash -c "docker version" | ||
|
||
#report result | ||
reportResults |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters