mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
Update README.
This commit is contained in:
parent
7361f353ff
commit
6541989763
|
@ -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)
|
||||
```
|
||||
|
||||
|
|
1
launcher
1
launcher
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue