typos
This commit is contained in:
parent
292b3e1a32
commit
f853bfd318
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user