mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-14 23:38:15 +01:00
renamed to not mix with the main script
This commit is contained in:
parent
a57c79e60f
commit
b5e2fcde1e
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
alias regctl="/path/to/regctl"
|
||||
|
||||
|
||||
dockcheck () {
|
||||
dupc () {
|
||||
if [[ -z "$1" ]]; then
|
||||
echo "No container name given, here's the list of currently running containers:"
|
||||
docker ps --format '{{.Names}}'
|
||||
Loading…
Add table
Add a link
Reference in a new issue