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 d79066b commit a485a68Copy full SHA for a485a68
1 file changed
docker/build
@@ -113,13 +113,7 @@ done
113
# ----------------------------------------------------------------------
114
# The program itself
115
116
-if [ "$(uname)" != "Linux" ]; then
117
- if [ -n "$(type -p docker-machine)" ]; then
118
- machine=$(type -p docker-machine)
119
- else
120
- die "Could not find boot2docker or docker-machine -- you need to set one of those before running this script."
121
- fi
122
-else
+if [ "$(uname)" == "Linux" ]; then
123
die "Didn't expect to run this script on Linux -- are you inside docker?"
124
fi
125
0 commit comments