Fix paths in run-vm.sh

This commit is contained in:
Micah Lee 2021-11-18 14:38:30 -08:00
parent 47d6eb0d8b
commit ebf06d702b
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
2 changed files with 5 additions and 2 deletions

View file

@ -21,3 +21,6 @@ This takes awhile to run. It:
```sh ```sh
./run-vm.sh ./run-vm.sh
``` ```
# How the VM works

View file

@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
ROOT=$(pwd)/vm ROOT=$(pwd)/vm
HYPERKIT=/Applications/Docker.app/Contents/Resources/bin/com.docker.hyperkit HYPERKIT=$(pwd)/../share/bin/hyperkit
VPNKIT=/Applications/Docker.app/Contents/Resources/bin/com.docker.vpnkit VPNKIT=$(pwd)/../share/bin/vpnkit
SSHD_PORT=4445 SSHD_PORT=4445
SSHD_TUNNEL_PORT=4446 SSHD_TUNNEL_PORT=4446