You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DockerBuildEnvironmentProviderError] Could not find 'docker' in your machine. Please install docker.
24
+
25
+
See Official installation guides with 'open https://docs.docker.com/engine/installation'
26
+
27
+
28
+
"""
29
+
30
+
case.dockerBuildFailed:
31
+
return"[DockerBuildEnvironmentProviderError] docker build is failed with the above reason."
32
+
33
+
case.couldNotMakeSharedDir:
34
+
return"[DockerBuildEnvironmentProviderError] Could not make shared directory between Host machine and Docker. Please make sure permission of your working directory."
0 commit comments