X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0e140a472e787e6efa9a235bfdaa1e960e2aaa49..7024cc159936593350aaf7939d700102f6510787:/docker/README.md diff --git a/docker/README.md b/docker/README.md index 5ae3852fb5..63387d3384 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.