From 026a11e8dd8d46df528610f0b7bc1a4571eae509 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 3 Jul 2014 17:21:17 -0700 Subject: [PATCH] update launcher command help --- docs/INSTALL-digital-ocean.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/INSTALL-digital-ocean.md b/docs/INSTALL-digital-ocean.md index c516a952d..60e050729 100644 --- a/docs/INSTALL-digital-ocean.md +++ b/docs/INSTALL-digital-ocean.md @@ -134,14 +134,16 @@ To **upgrade Discourse to the latest version**, visit `/admin/docker` and follow The `launcher` command in the `/var/docker` folder can be used for various kinds of maintenance: ``` -Usage: launcher COMMAND CONFIG +Usage: launcher COMMAND CONFIG [--skip-prereqs] Commands: start: Start/initialize a container stop: Stop a running container restart: Restart a container destroy: Stop and remove a container + enter: Use nsenter to enter a container ssh: Start a bash shell in a running container logs: Docker logs for container + mailtest: Test the mail settings in a container bootstrap: Bootstrap a container for the config based on a template rebuild: Rebuild a container (destroy old, bootstrap, start new) ```