From 8726adaa78ed9a314488ce1fc020b4564e3c7066 Mon Sep 17 00:00:00 2001 From: Riyaz Faizullabhoy Date: Thu, 8 Jun 2017 15:57:50 -0700 Subject: [PATCH] s/moby/linuxkit for run Signed-off-by: Riyaz Faizullabhoy --- pkg/swap/README.md | 2 +- projects/miragesdk/README.md | 2 +- test/pkg/virtsock/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/swap/README.md b/pkg/swap/README.md index 8580a8d14..4c668fbdd 100644 --- a/pkg/swap/README.md +++ b/pkg/swap/README.md @@ -79,5 +79,5 @@ The sample command to run the enclosed is: ``` moby build swap.yml -moby run -disk size=4G swap +linuxkit run -disk size=4G swap ``` diff --git a/projects/miragesdk/README.md b/projects/miragesdk/README.md index e80b88f8c..55be93ec2 100644 --- a/projects/miragesdk/README.md +++ b/projects/miragesdk/README.md @@ -64,5 +64,5 @@ the hardware support is available. ``` ../../bin/moby build examples/mirage-dhcp.yml` -../../bin/moby run mirage-dhcp +../../bin/linuxkit run mirage-dhcp ``` diff --git a/test/pkg/virtsock/README.md b/test/pkg/virtsock/README.md index 7d7f41297..e4739dbea 100644 --- a/test/pkg/virtsock/README.md +++ b/test/pkg/virtsock/README.md @@ -28,6 +28,6 @@ down. There are more options to change the behaviour. ## TODO - 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 - Hook up to CI for both HyperKit and Hyper-V