Update README.

This commit is contained in:
Shuai Lin 2016-11-25 17:15:37 +08:00
parent 7361f353ff
commit 6541989763
2 changed files with 1 additions and 3 deletions

View file

@ -61,14 +61,13 @@ The base directory contains a single bash script which is used to manage contain
```
Usage: launcher COMMAND
Commands:
bootstrap: Bootstrap a container for the config based on a template
start: Start/initialize a container
stop: Stop a running container
restart: Restart a container
destroy: Stop and remove a container
enter: Use docker exec to enter a container
logs: Docker logs for container
memconfig: Configure sane defaults for available RAM
bootstrap: Bootstrap a container for the config based on a template
rebuild: Rebuild a container (destroy old, bootstrap, start new)
```

View file

@ -11,7 +11,6 @@ usage () {
echo " logs: View the Docker logs for a container"
echo " bootstrap: Bootstrap a container for the config based on a template"
echo " rebuild: Rebuild a container (destroy old, bootstrap, start new)"
echo " cleanup: Remove all containers that have stopped for > 24 hours"
echo
echo "Options:"
echo " --skip-prereqs Don't check launcher prerequisites"