Skip to content

Commit a485a68

Browse files
committed
Removed an outdated check for docker-machine
- Legacy-Id: 18690
1 parent d79066b commit a485a68

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

docker/build

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,7 @@ done
113113
# ----------------------------------------------------------------------
114114
# The program itself
115115

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
116+
if [ "$(uname)" == "Linux" ]; then
123117
die "Didn't expect to run this script on Linux -- are you inside docker?"
124118
fi
125119

0 commit comments

Comments
 (0)