mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-14 23:38:15 +01:00
- Adjusted description of "-r" parameter
- Adjusted order of parameters between dockcheck.sh and readme - Added missing parameter values from readme into dockcheck.sh
This commit is contained in:
parent
9c780b8b35
commit
1584f23d33
3 changed files with 5 additions and 5 deletions
|
|
@ -16,7 +16,7 @@
|
|||
#DaysOld="5" # Only update to new images that are N+ days old. Lists too recent with +prefix and age. 2xSlower.
|
||||
#DisplaySourcedFiles=false # Display what files are being sourced/used
|
||||
#DontUpdate=true # No updates; only checking availability without interaction.
|
||||
#DRunUp=true # Allows for checking containers, which had been created using 'docker run' and don't use docker compose. Won't update the containers.
|
||||
#DRunUp=true # Allow checking/updating images created by `docker run`, containers need to be recreated manually.
|
||||
#Exclude="one,two" # Exclude containers, separated by comma.
|
||||
#ForceRestartStacks=true # Force stop+start stack after update. Caution: restarts once for every updated container within stack.
|
||||
#MaxAsync=10 # Set max asynchronous subprocesses, 1 default, 0 to disable.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue