mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-15 07:48:14 +01:00
Update dockcheck_function.sh
This commit is contained in:
parent
0f14b123ef
commit
83eb5505a1
1 changed files with 5 additions and 0 deletions
|
|
@ -3,7 +3,12 @@
|
|||
### Requires the regctl binary, either in PATH or as an alias
|
||||
### Get it here: https://github.com/regclient/regclient/releases
|
||||
|
||||
### Preferably placed in .bashrc or similar
|
||||
|
||||
### if regctl is not in PATH, set the alias:
|
||||
alias regctl="/path/to/regctl"
|
||||
|
||||
|
||||
dockcheck () {
|
||||
if [[ -z "$1" ]]; then
|
||||
echo "No container name given, here's the list of currently running containers:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue