Skip to content

Commit

Permalink
Chore
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jul 28, 2024
1 parent 79d89bf commit 23379d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class DockerClientImplIntegrationSpec extends Specification {
info.ID =~ "\\w[\\w-]+"
info.indexServerAddress == "https://index.docker.io/v1/"
info.ipv4Forwarding
info.labels == null || info.labels == []
info.labels == null || info.labels == [] || info.labels == ["com.docker.desktop.address=npipe://\\\\.\\pipe\\docker_cli"]
info.loggingDriver == "json-file"
info.memTotal > 0
info.memoryLimit != nativeWindows
Expand Down

0 comments on commit 23379d0

Please sign in to comment.