We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c632c3 commit 3107e25Copy full SHA for 3107e25
get_software_versions.sh
@@ -40,6 +40,8 @@ terraform --version >> terraform-version.txt
40
41
az --version >> az-version.txt
42
43
+docker --version >> docker-version.txt
44
+
45
46
# Check for the existence of the files and execute corresponding functions
47
if [[ -f "docker-version.txt" ]]; then
0 commit comments