Makefile extended to status docker containers

这个提交包含在:
Dirk Alders 2023-06-18 14:25:32 +02:00
父节点 cf1bf3f98a
当前提交 43ddb30906

查看文件

@ -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