diff --git a/dc_function.sh b/dupc_function.sh similarity index 98% rename from dc_function.sh rename to dupc_function.sh index 62ea6ad..4047f0f 100644 --- a/dc_function.sh +++ b/dupc_function.sh @@ -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}}'