You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ If your work requires a change to the dependencies, you need to update the Glide
95
95
configuration.
96
96
97
97
- Edit glide.yaml to change the dependencies as needed.
98
-
- Delete `glide.lock` and re-create the vendor directory by running `make vendor`. Glide will recognize that there is no lock file and recalculatethe required dependencies.
98
+
- Delete `glide.lock` and re-create the vendor directory by running `make vendor`. Glide will recognize that there is no lock file and recalculate the required dependencies.
99
99
- Check-in the updated `glide.yaml` and `glide.lock` files.
100
100
- Test that everything still compiles with the new lock file in place by running make clean && make.
101
101
@@ -142,7 +142,7 @@ Size of disk for the guest (MB).
142
142
#### `--xhyve-uuid`
143
143
144
144
The UUID for the machine.
145
-
By default, generate and use ramdom UUID. See [xhyve/uuid.go](https://github.com/zchee/docker-machine-driver-xhyve/blob/master/xhyve/uuid.go)
145
+
By default, generate and use random UUID. See [xhyve/uuid.go](https://github.com/zchee/docker-machine-driver-xhyve/blob/master/xhyve/uuid.go)
146
146
147
147
#### `--xhyve-boot-cmd`
148
148
@@ -188,7 +188,7 @@ By default, NFS Shares will be mounted in the Guest at `/xhyve-nfsshares`.
188
188
You can change this default by specifying `--xhyve-experimental-nfs-share-root /path`, `/path` being a path to the root
189
189
190
190
191
-
Known isuue
191
+
Known issue
192
192
-----------
193
193
194
194
### Does not clean up the vmnet when remove a VM
@@ -251,7 +251,7 @@ So, if you were able to launch the xhyve use docker-machine-driver-xhyve, Could
0 commit comments