We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da56381 + fa54ada commit 8de93acCopy full SHA for 8de93ac
1 file changed
bin/gbuild
@@ -197,7 +197,7 @@ OptionParser.new do |opts|
197
end
198
end.parse!
199
200
-if !ENV["USE_LXC"] and !ENV["USE_VBOX"] and !File.exist?("/dev/kvm")
+if !ENV["USE_LXC"] and !ENV["USE_DOCKER"] and !ENV["USE_VBOX"] and !File.exist?("/dev/kvm")
201
$stderr.puts "\n************* WARNING: kvm not loaded, this will probably not work out\n\n"
202
203
0 commit comments