mirror of
https://github.com/mag37/dockcheck.git
synced 2026-04-20 03:17:53 +00:00
Update dockcheck_function.sh
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
### Requires the regctl binary, either in PATH or as an alias
|
### Requires the regctl binary, either in PATH or as an alias
|
||||||
### Get it here: https://github.com/regclient/regclient/releases
|
### Get it here: https://github.com/regclient/regclient/releases
|
||||||
|
|
||||||
alias="/path/to/regctl"
|
alias regctl="/path/to/regctl"
|
||||||
dockcheck () {
|
dockcheck () {
|
||||||
if [[ -z "$1" ]]; then
|
if [[ -z "$1" ]]; then
|
||||||
echo "No container name given, here's the list of currently running containers:"
|
echo "No container name given, here's the list of currently running containers:"
|
||||||
|
|||||||
Reference in New Issue
Block a user