update
Update container images for one or all apps.
Usage
sh
mithrandir update [app]Arguments
| Argument | Description |
|---|---|
app | Optional. App name to update. If omitted, updates all installed apps |
Flags
| Flag | Description |
|---|---|
--yes, -y | Skip backup confirmation prompt |
Description
For each app being updated:
- Optionally backs up the app before updating (prompts unless
--yes) - Pulls the latest Docker image
- Compares image IDs to detect if an update is available
- Recreates the container if the image changed
Notes
- Requires root privileges
- Skips apps that are already up-to-date