From f16eaba5ebcfec06cf2784cac94d6bd0dfa9d8b0 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Wed, 22 Mar 2017 14:36:21 +0000 Subject: [PATCH] docs: Add 'moby run' to the README Signed-off-by: Rolf Neugebauer --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7a8086abc..2b6541b82 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ instead, and then use `moby build moby.yaml` to build the example configuration. ### Booting and Testing +If you have a recent version of Docker for Mac installed you can use `moby run ` to execute the image you created with `moby build .yaml` + +The Makefile also specifies a number of targets: - `make qemu` will boot up a sample Moby in qemu in a container - on OSX: `make hyperkit` will boot up Moby in hyperkit - `make test` or `make hyperkit-test` will run the test suite