mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-14 23:38:15 +01:00
typos
This commit is contained in:
parent
292b3e1a32
commit
f853bfd318
1 changed files with 2 additions and 3 deletions
|
|
@ -18,7 +18,7 @@
|
|||
___
|
||||
## :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.7**: Added support for [labels](#bookmark-labels), added the `-f` option (force restart stack).
|
||||
- **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`).
|
||||
|
||||
## :open_hands: Function to auth with docker hub before running
|
||||
### Example
|
||||
Change names, paths, and remove cat+password flag if you rather get prompted:
|
||||
**Example** - Change names, paths, and remove cat+password flag if you rather get prompted:
|
||||
```sh
|
||||
function dchk {
|
||||
cat ~/pwd.txt | docker login --username YourUser --password-stdin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue