Rename rebuild -> re-compose
This commit is contained in:
parent
ca6f89aedf
commit
dea2fecf53
2 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ This is a simple program to manage docker containers. It works similarly to Umbr
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
- **Note:** All scrips must be run in the same directory as the `.config` file.
|
- **Note:** All scrips must be run in the same directory as the `.config` file.
|
||||||
- If you want to rebuild your containers on boot, you can run `composer.py` on boot
|
- If you want to re-compose your containers on boot, you can run `composer.py` on boot
|
||||||
- If you want to rebuild your containers on demand, you can run `rebuild.py` manually
|
- If you want to re-compose your containers on demand, you can run `re-compose.py` manually
|
||||||
- If you just want to do basic management, like stopping, starting, removing docker containers, etc, then use `basic-management.py`. It's essentially an interactive wrapper for the basics of docker.
|
- If you just want to do basic management, like stopping, starting, removing docker containers, etc, then use `basic-management.py`. It's essentially an interactive wrapper for the basics of docker.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue