mirror of
https://github.com/mag37/dockcheck.git
synced 2026-04-21 03:40:39 +00:00
Update README.md
This commit is contained in:
@@ -9,6 +9,23 @@ Running docker (duh) and compose, either standalone or plugin.
|
|||||||
___
|
___
|
||||||
## `dockcheck.sh`
|
## `dockcheck.sh`
|
||||||
A script to check all currently running containers if they've got updates without pulling images, list them and give the option to update.
|
A script to check all currently running containers if they've got updates without pulling images, list them and give the option to update.
|
||||||
|
Example:
|
||||||
|
```bash
|
||||||
|
$ ./dockcheck.sh
|
||||||
|
. . .
|
||||||
|
Containers with updates available:
|
||||||
|
whoogle-search
|
||||||
|
|
||||||
|
Containers on latest version:
|
||||||
|
glances
|
||||||
|
homer
|
||||||
|
|
||||||
|
Do you want to update? y/[n]
|
||||||
|
y
|
||||||
|
|
||||||
|
#then it proceedes to run pull on every container with updates.
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
[](https://asciinema.org/a/Bt3UXSoDHIRSn0GbvfZmB0tV2)
|
[](https://asciinema.org/a/Bt3UXSoDHIRSn0GbvfZmB0tV2)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user