Update README.md

This commit is contained in:
mag37 2023-01-19 10:03:26 +01:00 committed by GitHub
parent fef472d618
commit 0600fd25d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,10 +30,12 @@ Example-video:
## `dc_function.sh` ## `dc_function.sh`
Brief function to check a single contianer (by name) if there's any available updates or not **without the need of pulling**. Function to quickly check for updates on a single contianer or list of containers by name. **Without the need of pulling**.
Preferably placed in `.bashrc` or similar. Preferably placed in `.bashrc` or similar.
Example: Example:
```bash ```bash
$ dockcheck nginx $ dockcheck ng
Updates available. Updates available for local_nginx.
nginx_reverse is already latest.
Updates available for paperless-ng.
``` ```