This commit is contained in:
mag37 2024-02-02 21:21:56 +01:00 committed by GitHub
parent 292b3e1a32
commit f853bfd318
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
___ ___
## :bell: Changelog ## :bell: Changelog
- **v0.3.4**: Reworked selfupdate (auto git/curl/wget), general syntax cleanup, added -v for version. - **v0.4.0**: Reworked selfupdate (auto git/curl/wget), general syntax cleanup, added -v for version.
- **v0.3.8**: Fixed `--env-file` logic to work with multiple env-files. - **v0.3.8**: Fixed `--env-file` logic to work with multiple env-files.
- **v0.3.7**: Added support for [labels](#bookmark-labels), added the `-f` option (force restart stack). - **v0.3.7**: Added support for [labels](#bookmark-labels), added the `-f` option (force restart stack).
- **v0.3.6**: Added pushbullet template. - **v0.3.6**: Added pushbullet template.
@ -129,8 +129,7 @@ chmod 755 regctl
Test it with `./regctl --help` and then either add the file to the same path as *dockcheck.sh* or in your path (eg. `~/.local/bin/regctl`). Test it with `./regctl --help` and then either add the file to the same path as *dockcheck.sh* or in your path (eg. `~/.local/bin/regctl`).
## :open_hands: Function to auth with docker hub before running ## :open_hands: Function to auth with docker hub before running
### Example **Example** - Change names, paths, and remove cat+password flag if you rather get prompted:
Change names, paths, and remove cat+password flag if you rather get prompted:
```sh ```sh
function dchk { function dchk {
cat ~/pwd.txt | docker login --username YourUser --password-stdin cat ~/pwd.txt | docker login --username YourUser --password-stdin