mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-17 19:12:37 -05:00
update launcher command help
This commit is contained in:
parent
35bd25c626
commit
026a11e8dd
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
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:
|
Commands:
|
||||||
start: Start/initialize a container
|
start: Start/initialize a container
|
||||||
stop: Stop a running container
|
stop: Stop a running container
|
||||||
restart: Restart a container
|
restart: Restart a container
|
||||||
destroy: Stop and remove a container
|
destroy: Stop and remove a container
|
||||||
|
enter: Use nsenter to enter a container
|
||||||
ssh: Start a bash shell in a running container
|
ssh: Start a bash shell in a running container
|
||||||
logs: Docker logs for 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
|
bootstrap: Bootstrap a container for the config based on a template
|
||||||
rebuild: Rebuild a container (destroy old, bootstrap, start new)
|
rebuild: Rebuild a container (destroy old, bootstrap, start new)
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue