update launcher command help

This commit is contained in:
Jeff Atwood 2014-07-03 17:21:17 -07:00
parent 35bd25c626
commit 026a11e8dd
1 changed files with 3 additions and 1 deletions

View File

@ -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)
```