瀏覽代碼

Makefile extended to status docker containers

master
Dirk Alders 1 年之前
父節點
當前提交
43ddb30906
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      Makefile

+ 3
- 0
Makefile 查看文件

@@ -16,6 +16,9 @@ down: ## Stops the docker hub
16 16
 restart: ## Restarts the docker hub
17 17
 	$(DOCKER_COMP) restart
18 18
 
19
+status: ## Prompt Containers
20
+	$(DOCKER_COMP) ps
21
+
19 22
 shell_%: ## Connects to the application container
20 23
 	$(DOCKER_COMP) exec $(subst shell_,,$@) bash
21 24
 

Loading…
取消
儲存