From: Peter Amstutz Date: Mon, 25 Jan 2016 17:14:44 +0000 (-0500) Subject: Fix markdown for arvbox README.md refs #8080 X-Git-Tag: 1.1.0~1091^2~3^2~11 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/0bf166a618c7dafcffa3cf0602dc7f09f521e3b7 Fix markdown for arvbox README.md refs #8080 --- diff --git a/README.md b/README.md index cdb39146ed..9ced1d11d1 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,13 @@ Self-contained development, demonstration and testing environment for Arvados. ## Quick start +``` $ bin/arvbox reboot localdemo +``` ## Usage +``` Arvados-in-a-box arvbox (build|start|run|open|shell|ip|stop|reboot|reset|destroy|log|svrestart) @@ -25,12 +28,13 @@ destroy delete all arvbox code and data (be careful!) log tail log of specified service svrestart restart specified service inside arvbox clone clone an arvbox +``` ## Requirements -Linux 3.x+ and Docker 1.9+ -Minimum of 3 GiB of RAM + additional memory to run jobs -Minimum of 3 GiB of disk + storage for actual data +* Linux 3.x+ and Docker 1.9+ +* Minimum of 3 GiB of RAM + additional memory to run jobs +* Minimum of 3 GiB of disk + storage for actual data ## Configs