[ARVADOS] updated: 430d4da65c609d1fde6e3cd428e7591b58cfd9e9
git at public.curoverse.com
git at public.curoverse.com
Thu Feb 13 09:44:45 EST 2014
Summary of changes:
docker/README.md | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
via 430d4da65c609d1fde6e3cd428e7591b58cfd9e9 (commit)
via fb237e94403f58d35d011ffe26ec48cc77700fa2 (commit)
from 91c96e8076bb8ea784378be41a0c6b385dd5de0a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 430d4da65c609d1fde6e3cd428e7591b58cfd9e9
Merge: 91c96e8 fb237e9
Author: Tim Pierce <twp at curoverse.com>
Date: Thu Feb 13 09:44:09 2014 -0500
Merge branch '2099-CORRECT-docker-stop-and-restart' (documentation update)
commit fb237e94403f58d35d011ffe26ec48cc77700fa2
Author: Tim Pierce <twp at curoverse.com>
Date: Thu Feb 13 09:42:50 2014 -0500
Updated Docker documentation to reference "arvdock". (refs #2099)
diff --git a/docker/README.md b/docker/README.md
index 5ae3852..63387d3 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -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.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list