removing the docker composev1 (#10407)

Co-authored-by: Ravi Akshintala <[email protected]>
This commit is contained in:
RaviAkshintala
2024-08-08 10:07:02 +05:30
committed by GitHub
co-authored by Ravi Akshintala
parent c31eef93ac
commit 7665ed4ef9
4 changed files with 0 additions and 24 deletions
@@ -55,11 +55,6 @@ function Get-DockerVersion {
return $dockerVersion
}
function Get-DockerComposeVersion {
$dockerComposeVersion = docker-compose version --short
return $dockerComposeVersion
}
function Get-DockerComposeVersionV2 {
$dockerComposeVersion = docker compose version --short
return $dockerComposeVersion