mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-17 07:40:59 +00:00
Use moby run to run hyperkit in Makefile
- cut down the hyperkit script but leave as reference for now - an error left over after shutdown that needs removing at some point fix #1375 Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -44,8 +44,8 @@ The Makefile also specifies a number of targets:
|
||||
## Customise
|
||||
|
||||
To customise, copy or modify the [`moby.yaml`](moby.yaml) to your own `file.yaml` or use on of the [examples](examples/) and then run `./bin/moby build file.yaml` to
|
||||
generate its specified output. You can run the output with `./scripts/qemu.sh` or `./scripts/hyperkit.sh`, or on other
|
||||
platforms.
|
||||
generate its specified output. You can run the output with `./scripts/qemu.sh` or on OSX with `./bin/moby run file`. `moby run` targets will be available for other
|
||||
platforms shortly.
|
||||
|
||||
### Yaml Specification
|
||||
|
||||
|
Reference in New Issue
Block a user