Merge pull request #2175 from hansbogert/patch-1

Fix formatting error in README.md
This commit is contained in:
Justin Cormack 2017-07-09 17:49:48 +01:00 committed by GitHub
commit ae0f6cbd71

View File

@ -50,7 +50,7 @@ output a raw bootable disk image. See `moby build -help` for more information.
### Booting and Testing
You can use `linuxkit run <name>` or `linuxkit run <name>.<format> to execute the image you created with `moby build <name>.yml`.
You can use `linuxkit run <name>` or `linuxkit run <name>.<format>` to execute the image you created with `moby build <name>.yml`.
This will use a suitable backend for your platform or you can choose one, for example VMWare.
See `linuxkit run --help`.