Skip to content

Commit

Permalink
Add hyperkit support (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtibben committed Feb 15, 2021
1 parent f45d995 commit 5ff5f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-machine-nfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ lookupMandatoryProperties ()
return
fi

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

0 comments on commit 5ff5f55

Please sign in to comment.