mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-25 04:34:18 +01:00
bug-squash
Added line about latest bugfix. Re-ordered and cleaned some.
This commit is contained in:
parent
5a722e6d40
commit
8b77b917da
1 changed files with 7 additions and 21 deletions
28
README.md
28
README.md
|
|
@ -8,6 +8,10 @@ ___
|
||||||
Running docker (duh) and compose, either standalone or plugin.
|
Running docker (duh) and compose, either standalone or plugin.
|
||||||
`regctl` by [regclient](https://github.com/regclient/regclient) (will ask to download `regctl` if not in `PATH` or `PWD`)
|
`regctl` by [regclient](https://github.com/regclient/regclient) (will ask to download `regctl` if not in `PATH` or `PWD`)
|
||||||
___
|
___
|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## `dockcheck.sh`
|
## `dockcheck.sh`
|
||||||
```bash
|
```bash
|
||||||
$ ./dockcheck.sh -h
|
$ ./dockcheck.sh -h
|
||||||
|
|
@ -20,10 +24,6 @@ Options:
|
||||||
-n No updates, only checking availability.
|
-n No updates, only checking availability.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
Basic example:
|
Basic example:
|
||||||
```bash
|
```bash
|
||||||
$ ./dockcheck.sh
|
$ ./dockcheck.sh
|
||||||
|
|
@ -39,28 +39,13 @@ Containers with updates available:
|
||||||
3) whoogle-search
|
3) whoogle-search
|
||||||
|
|
||||||
|
|
||||||
Do you want to update? y/[n] y
|
Choose what containers to update:
|
||||||
What containers do you like to update?
|
Enter number(s) separated by comma, [q] to quit: 1,3
|
||||||
Enter number(s) separated by comma: 1,3
|
|
||||||
|
|
||||||
```
|
```
|
||||||
Then it proceedes to run `pull` and `up -d` on every container with updates.
|
Then it proceedes to run `pull` and `up -d` on every container with updates.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
And with `-n` *No updates* and `gl` for `*gl*` filtering:
|
|
||||||
```bash
|
|
||||||
$ ./dockcheck.sh -n gl
|
|
||||||
. . .
|
|
||||||
Containers with updates available:
|
|
||||||
whoogle-search
|
|
||||||
|
|
||||||
Containers on latest version:
|
|
||||||
glances
|
|
||||||
|
|
||||||
No updates installed, exiting
|
|
||||||
```
|
|
||||||
|
|
||||||
### :beetle: Squashed Bugs:
|
### :beetle: Squashed Bugs:
|
||||||
- ~~No options for running without updates or auto update.~~
|
- ~~No options for running without updates or auto update.~~
|
||||||
- ~~No filter to check only specific containers.~~
|
- ~~No filter to check only specific containers.~~
|
||||||
|
|
@ -71,6 +56,7 @@ No updates installed, exiting
|
||||||
- ~~Lists are not alphabetically sorted (due to stacks and other parameters)~~
|
- ~~Lists are not alphabetically sorted (due to stacks and other parameters)~~
|
||||||
- ~~Old `docker-compose` binary-check sometimes returned false error~~
|
- ~~Old `docker-compose` binary-check sometimes returned false error~~
|
||||||
- ~~Stacks gets updated as whole, even if only one service is chosen.~~
|
- ~~Stacks gets updated as whole, even if only one service is chosen.~~
|
||||||
|
- ~~Path broken occationally (from inspect) - probably due to old docker-compose binary.~~
|
||||||
|
|
||||||
### :hammer: Known issues
|
### :hammer: Known issues
|
||||||
- ~~No granular choice of what to update (except initial name filter).~~
|
- ~~No granular choice of what to update (except initial name filter).~~
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue