Merge branch 'master' into 2060-edit-tags-in-workbench
[arvados.git] / docker / README.md
index 5ae3852fb5173443351695b5a9a62de28fabb8db..63387d3384c2984cf3ba2617157e79a63a1f3f4d 100644 (file)
@@ -88,6 +88,12 @@ Deploying
    * controller.$API_HOSTNAME
    * workbench.$API_HOSTNAME
 
-2. The `run.sh` script in this directory will start all Arvados
-   servers on your machine.
-
+2. The `arvdock` script in this directory is used to start, stop and
+   restart Arvados servers on your machine. Example usages:
+
+   * `arvdock start`
+   * `arvdock stop`
+   * `arvdock restart`
+   * `arvdock start --api --sso` to start just the API and SSO services.
+   * `arvdock start --workbench=8000` starts just the Workbench service on port 8000.
+   * `arvdock stop --keep` to stop just the Keep services.