From 43ddb30906271d71e3cae47a6fe96d8e616e33b3 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 18 Jun 2023 14:25:32 +0200 Subject: [PATCH] Makefile extended to status docker containers --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 4b2af8a..0768f31 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,9 @@ down: ## Stops the docker hub restart: ## Restarts the docker hub $(DOCKER_COMP) restart +status: ## Prompt Containers + $(DOCKER_COMP) ps + shell_%: ## Connects to the application container $(DOCKER_COMP) exec $(subst shell_,,$@) bash