Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit 5ff5f55

Browse files
authored
Add hyperkit support (#105)
1 parent f45d995 commit 5ff5f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-machine-nfs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ lookupMandatoryProperties ()
310310
return
311311
fi
312312

313-
if [[ "$prop_machine_driver" =~ (xhyve|vmwarevsphere) ]]; then
313+
if [[ "$prop_machine_driver" =~ (xhyve|hyperkit|vmwarevsphere) ]]; then
314314
prop_network_id="Shared"
315315
prop_nfshost_ip=${prop_use_ip:-"$(ifconfig -m `route get $prop_machine_ip | awk '{if ($1 ~ /interface:/){print $2}}'` | awk 'sub(/inet /,""){print $1}')"}
316316
if [ "" = "${prop_nfshost_ip}" ]; then

0 commit comments

Comments
 (0)