mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-05 17:02:00 +00:00
s/moby/linuxkit for run
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
This commit is contained in:
@@ -79,5 +79,5 @@ The sample command to run the enclosed is:
|
|||||||
|
|
||||||
```
|
```
|
||||||
moby build swap.yml
|
moby build swap.yml
|
||||||
moby run -disk size=4G swap
|
linuxkit run -disk size=4G swap
|
||||||
```
|
```
|
||||||
|
@@ -64,5 +64,5 @@ the hardware support is available.
|
|||||||
|
|
||||||
```
|
```
|
||||||
../../bin/moby build examples/mirage-dhcp.yml`
|
../../bin/moby build examples/mirage-dhcp.yml`
|
||||||
../../bin/moby run mirage-dhcp
|
../../bin/linuxkit run mirage-dhcp
|
||||||
```
|
```
|
||||||
|
@@ -28,6 +28,6 @@ down. There are more options to change the behaviour.
|
|||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
- Add scripts to create Hyper-V VM
|
- Add scripts to create Hyper-V VM
|
||||||
- Enable virtio sockets in `moby run` with HyperKit
|
- Enable virtio sockets in `linuxkit run` with HyperKit
|
||||||
- Add some sample client YAML files which would connect from the VM to the host
|
- Add some sample client YAML files which would connect from the VM to the host
|
||||||
- Hook up to CI for both HyperKit and Hyper-V
|
- Hook up to CI for both HyperKit and Hyper-V
|
||||||
|
Reference in New Issue
Block a user