mirror of
https://github.com/mag37/dockcheck.git
synced 2026-04-17 18:07:46 +00:00
renamed to not mix with the main script
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
alias regctl="/path/to/regctl"
|
alias regctl="/path/to/regctl"
|
||||||
|
|
||||||
|
|
||||||
dockcheck () {
|
dupc () {
|
||||||
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:"
|
||||||
docker ps --format '{{.Names}}'
|
docker ps --format '{{.Names}}'
|
||||||
Reference in New Issue
Block a user